dragonxd1 commited on
Commit
9e5c789
·
verified ·
1 Parent(s): 95de6c2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ WORKDIR /app
17
  COPY app.py .
18
 
19
  # Install Python dependencies
20
- RUN pip install --no-cache-dir fastapi uvicorn
21
 
22
  # HuggingFace Spaces port
23
  EXPOSE 7860
 
17
  COPY app.py .
18
 
19
  # Install Python dependencies
20
+ RUN pip install --no-cache-dir fastapi uvicorn httpx
21
 
22
  # HuggingFace Spaces port
23
  EXPOSE 7860