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

Update Dockerfile

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