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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -52,7 +52,6 @@ ENV UV_PYTHON_INSTALL_DIR=${HOME}/app/uv-pythons
52
  RUN wget -qO- https://astral.sh/uv/install.sh | sh
53
 
54
  RUN mkdir /home/hf-space/app/uv-pythons
55
- RUN chmod -R a+rx /home/hf-space/app/uv-pythons
56
 
57
  RUN uv venv --python 3.13.2
58
 
 
52
  RUN wget -qO- https://astral.sh/uv/install.sh | sh
53
 
54
  RUN mkdir /home/hf-space/app/uv-pythons
 
55
 
56
  RUN uv venv --python 3.13.2
57