Spaces:
Sleeping
Sleeping
Commit
·
03a118d
1
Parent(s):
26c4598
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -25,8 +25,8 @@ ENV PYTHONUNBUFFERED=True \
|
|
25 |
PORT=7860
|
26 |
|
27 |
# Copy and run the model download script
|
28 |
-
COPY download_models.sh .
|
29 |
-
RUN bash /app/download_models.sh
|
30 |
|
31 |
# Install Python dependencies
|
32 |
COPY requirements.txt .
|
|
|
25 |
PORT=7860
|
26 |
|
27 |
# Copy and run the model download script
|
28 |
+
# COPY download_models.sh .
|
29 |
+
# RUN bash /app/download_models.sh
|
30 |
|
31 |
# Install Python dependencies
|
32 |
COPY requirements.txt .
|