Yehor commited on
Commit
df134f7
·
verified ·
1 Parent(s): 7a31058

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -53,9 +53,7 @@ WORKDIR ${HOME}/app
53
 
54
  RUN uv venv --python 3.13.2
55
 
56
- RUN source .venv/bin/activate
57
-
58
- RUN pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
59
 
60
  RUN chown -R hf-space:hf-space ${HOME}/app
61
 
 
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