fmegahed commited on
Commit
90ee5d8
·
verified ·
1 Parent(s): 6c3407e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -1,3 +1,2 @@
1
- RUN export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True && \
2
- pip install --no-cache-dir -r /tmp/requirements.txt
3
-
 
1
+ ENV SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
2
+ RUN pip install --no-cache-dir -r /tmp/requirements.txt