Yehor commited on
Commit
524997b
·
verified ·
1 Parent(s): d6780be

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -51,7 +51,7 @@ RUN wget -qO- https://astral.sh/uv/install.sh | sh
51
 
52
  RUN uv venv --python 3.13.2
53
 
54
- RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
55
 
56
  RUN ls -lha /root/
57
  RUN ls -lha /root/app/
 
51
 
52
  RUN uv venv --python 3.13.2
53
 
54
+ RUN uv pip install --no-cache-dir -r /root/app/requirements.txt
55
 
56
  RUN ls -lha /root/
57
  RUN ls -lha /root/app/