Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|