mac9087 commited on
Commit
84cd9fd
·
verified ·
1 Parent(s): b2fd29f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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.fixed /app/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