Yehor commited on
Commit
ac1a83e
·
verified ·
1 Parent(s): 3e3ab1d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -58,7 +58,7 @@ 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
 
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