Yehor commited on
Commit
fd58b17
·
verified ·
1 Parent(s): abfa982

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -3
Dockerfile CHANGED
@@ -58,9 +58,10 @@ RUN uv venv --python 3.13.2
58
 
59
  RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
60
 
61
- #RUN chown -R hf-space:hf-space ${HOME}/app
62
 
63
- RUN ls -lda /home/hf-space/
64
- RUN ls -lda /home/hf-space/app/uv-pythons/cpython-3.13.2-linux-x86_64-gnu
 
65
 
66
  CMD ["uv", "run", "--no-cache", "--no-config", "app.py"]
 
58
 
59
  RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
60
 
61
+ RUN chown -R $(whoami) /home/hf-space/app/uv-pythons
62
 
63
+ RUN ls -lha /home/hf-space/
64
+ RUN ls -lha /home/hf-space/app/
65
+ RUN ls -lha /home/hf-space/app/uv-pythons/cpython-3.13.2-linux-x86_64-gnu
66
 
67
  CMD ["uv", "run", "--no-cache", "--no-config", "app.py"]