Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -53,7 +53,7 @@ RUN pip install --no-cache-dir torch==1.13.1 torchvision==0.14.1 --index-url htt
|
|
53 |
pip cache purge
|
54 |
|
55 |
# Copy application code
|
56 |
-
COPY app.py
|
57 |
COPY download_weights.py /app/download_weights.py
|
58 |
|
59 |
# Run the download script as part of the container build
|
|
|
53 |
pip cache purge
|
54 |
|
55 |
# Copy application code
|
56 |
+
COPY app.py /app/app.py
|
57 |
COPY download_weights.py /app/download_weights.py
|
58 |
|
59 |
# Run the download script as part of the container build
|