GhylB commited on
Commit
879e74d
·
1 Parent(s): 9c2f1ee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ COPY scaler.pkl .
19
  RUN /usr/local/bin/python -m pip install --upgrade pip
20
 
21
  # Install dependencies
22
- RUN pip install --no-cache-dir fastapi pydantic uvicorn scikit-learn joblib pandas numpy
23
 
24
  # Expose the API port
25
  EXPOSE 7860
 
19
  RUN /usr/local/bin/python -m pip install --upgrade pip
20
 
21
  # Install dependencies
22
+ RUN pip install --no-cache-dir fastapi pydantic uvicorn scikit-learn joblib pandas numpy fastapi-swaggerui
23
 
24
  # Expose the API port
25
  EXPOSE 7860