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