chethu commited on
Commit
5182c88
·
verified ·
1 Parent(s): 1113068

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -26,7 +26,6 @@ RUN apt-get update && \
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
 
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