Yehor commited on
Commit
e52e5b8
·
verified ·
1 Parent(s): eea2307

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -51,15 +51,13 @@ ENV UV_PYTHON_INSTALL_DIR=${HOME}/app/uv-pythons
51
 
52
  RUN wget -qO- https://astral.sh/uv/install.sh | sh
53
 
54
- RUN which uv
55
-
56
  RUN uv venv --python 3.13.2
57
 
58
  RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
59
 
60
  RUN chown -R hf-space:hf-space ${HOME}/app
61
 
62
- RUN ls -lha /home/hf-space/app/
63
 
64
  RUN ls -lha /home/hf-space/app/uv-pythons/cpython-3.13.2-linux-x86_64-gnu
65
 
 
51
 
52
  RUN wget -qO- https://astral.sh/uv/install.sh | sh
53
 
 
 
54
  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 -lha /home/hf-space/
61
 
62
  RUN ls -lha /home/hf-space/app/uv-pythons/cpython-3.13.2-linux-x86_64-gnu
63