Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
update
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -17,8 +17,8 @@ RUN useradd -m -u 1000 user
|
|
17 |
# Install uv instead of poetry
|
18 |
RUN pip install uv
|
19 |
|
20 |
-
# Install uvicorn explicitly
|
21 |
-
RUN pip install uvicorn
|
22 |
|
23 |
# Create and configure cache directory
|
24 |
RUN mkdir -p /app/.cache && \
|
|
|
17 |
# Install uv instead of poetry
|
18 |
RUN pip install uv
|
19 |
|
20 |
+
# Install uvicorn and fastapi explicitly
|
21 |
+
RUN pip install uvicorn fastapi
|
22 |
|
23 |
# Create and configure cache directory
|
24 |
RUN mkdir -p /app/.cache && \
|