mariasandu commited on
Commit
3b2337c
1 Parent(s): 17a129e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,6 +6,6 @@ RUN pip install numpy
6
  RUN pip install tensorflow
7
  RUN pip install transformers
8
  RUN pip install streamlit
9
- RUN pip install sklearn
10
  RUN pip install --default-timeout=100000 torch
11
  CMD ["python", "./app.py"]
 
6
  RUN pip install tensorflow
7
  RUN pip install transformers
8
  RUN pip install streamlit
9
+ RUN pip install scikit-learn
10
  RUN pip install --default-timeout=100000 torch
11
  CMD ["python", "./app.py"]