Yehor commited on
Commit
25e46f9
·
verified ·
1 Parent(s): 76a227b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -57,6 +57,6 @@ RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
57
 
58
  RUN ls -lha /home/hf-space/
59
  RUN ls -lha /home/hf-space/app/
60
- RUN ls -lha /home/hf-space/app/uv-pythons/cpython-3.13.2-linux-x86_64-gnu
61
 
62
  CMD ["uv", "run", "--no-cache", "--no-config", "app.py"]
 
57
 
58
  RUN ls -lha /home/hf-space/
59
  RUN ls -lha /home/hf-space/app/
60
+ RUN ls -lha /home/hf-space/uv-pythons/cpython-3.13.2-linux-x86_64-gnu
61
 
62
  CMD ["uv", "run", "--no-cache", "--no-config", "app.py"]