fmegahed commited on
Commit
6ffeadc
·
verified ·
1 Parent(s): 76677af

Create Dockerfile

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