haseebnawazz commited on
Commit
7fee830
·
verified ·
1 Parent(s): a18bacd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -19,3 +19,6 @@ CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "7860"]
19
 
20
  # downgrade scikit-learn to 1.3.0
21
  RUN pip install scikit-learn==1.3.0
 
 
 
 
19
 
20
  # downgrade scikit-learn to 1.3.0
21
  RUN pip install scikit-learn==1.3.0
22
+
23
+ # try updating dependencies
24
+ RUN pip install --upgrade scikit-learn numpy joblib