Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -1 +1,3 @@
|
|
1 |
-
RUN
|
|
|
|
|
|
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
|