fmegahed commited on
Commit
6098ea1
·
verified ·
1 Parent(s): 8ba1dcf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1 +1,3 @@
1
- RUN SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True pip install --no-cache-dir -r requirements.txt
 
 
 
1
+ RUN pip install scikit-learn<=1.1.2
2
+ ENV SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
3
+ RUN pip install --no-cache-dir -r requirements.txt