Spaces:
Sleeping
Sleeping
DEBUG: uv installation
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ RUN curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
| 10 |
|
| 11 |
ENV PATH="/root/.local/bin:${PATH}"
|
| 12 |
|
| 13 |
-
RUN uv
|
| 14 |
|
| 15 |
EXPOSE 7860
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
ENV PATH="/root/.local/bin:${PATH}"
|
| 12 |
|
| 13 |
+
RUN uv sync
|
| 14 |
|
| 15 |
EXPOSE 7860
|
| 16 |
|