Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -9,6 +9,7 @@ COPY . /app
|
|
9 |
|
10 |
# Install dependencies
|
11 |
RUN pip install --no-cache-dir fastapi pydantic uvicorn scikit-learn joblib pandas numpy
|
|
|
12 |
|
13 |
# Expose the API port
|
14 |
EXPOSE 8080
|
|
|
9 |
|
10 |
# Install dependencies
|
11 |
RUN pip install --no-cache-dir fastapi pydantic uvicorn scikit-learn joblib pandas numpy
|
12 |
+
RUN pip install scikit-learn==1.1.3
|
13 |
|
14 |
# Expose the API port
|
15 |
EXPOSE 8080
|