Yehor commited on
Commit
0366825
·
verified ·
1 Parent(s): d906f96

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -54,4 +54,6 @@ WORKDIR ${HOME}/app
54
  RUN uv venv --python 3.13.2
55
  RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
56
 
 
 
57
  CMD ["/home/hf-space/app/.venv/bin/python", "app.py"]
 
54
  RUN uv venv --python 3.13.2
55
  RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
56
 
57
+ RUN chown -R hf-space:hf-space ${HOME}/app
58
+
59
  CMD ["/home/hf-space/app/.venv/bin/python", "app.py"]