Yehor commited on
Commit
358b39b
·
verified ·
1 Parent(s): 2184db3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -57,8 +57,8 @@ RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
57
 
58
  RUN chown -R 1001:1001 ${HOME}/app
59
 
60
- RUN ls -lh /home/hf-space/app/
61
 
62
- RUN ls -lh /home/hf-space/app/uv-pythons
63
 
64
  CMD ["uv", "run", "--no-cache", "--no-config", "app.py"]
 
57
 
58
  RUN chown -R 1001:1001 ${HOME}/app
59
 
60
+ RUN ls -lha /home/hf-space/app/
61
 
62
+ RUN ls -lha /home/hf-space/app/uv-pythons/cpython-3.13.2-linux-x86_64-gnu
63
 
64
  CMD ["uv", "run", "--no-cache", "--no-config", "app.py"]