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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -55,7 +55,7 @@ RUN uv venv --python 3.13.2
55
 
56
  RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
57
 
58
- RUN chown -R hf-space:hf-space ${HOME}/app
59
 
60
  RUN ls -lh /home/hf-space/app/
61
 
 
55
 
56
  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