Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 /
|
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 \
|