Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,2 +1 @@
|
|
1 |
-
|
2 |
-
RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
|
|
1 |
+
RUN SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True pip install --no-cache-dir -r /tmp/requirements.txt
|
|