tfrere commited on
Commit
48050bf
·
1 Parent(s): d99ffd8
Files changed (1) hide show
  1. 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 && \