Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -53,9 +53,7 @@ WORKDIR ${HOME}/app
|
|
53 |
|
54 |
RUN uv venv --python 3.13.2
|
55 |
|
56 |
-
RUN
|
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 |
|