GhylB commited on
Commit
0813331
·
1 Parent(s): e7caa48

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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