Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|