Yehor commited on
Commit
0847b93
·
verified ·
1 Parent(s): 1a2e38a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,7 +44,7 @@ WORKDIR ${HOME}/app
44
 
45
  RUN curl -LsSf https://astral.sh/uv/install.sh | sh
46
 
47
- RUN uv pip install --no-cache-dir -r /tmp/requirements.txt
48
 
49
  ENV PYTHONPATH=${HOME}/app \
50
  PYTHONUNBUFFERED=1 \
 
44
 
45
  RUN curl -LsSf https://astral.sh/uv/install.sh | sh
46
 
47
+ RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
48
 
49
  ENV PYTHONPATH=${HOME}/app \
50
  PYTHONUNBUFFERED=1 \