Chethu commited on
Commit
d43cdf2
1 Parent(s): 66bae18

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -26,6 +26,7 @@ RUN apt-get update && \
26
 
27
  # Install other Python dependencies from requirements.txt
28
  RUN pip install --no-cache-dir -r requirements.txt
 
29
 
30
  # Handle architecture mismatch for Apple Silicon (optional)
31
  # If using Apple Silicon with Ventura and above, uncomment the following block
 
26
 
27
  # Install other Python dependencies from requirements.txt
28
  RUN pip install --no-cache-dir -r requirements.txt
29
+ RUN predictions.py
30
 
31
  # Handle architecture mismatch for Apple Silicon (optional)
32
  # If using Apple Silicon with Ventura and above, uncomment the following block