mariaoliv commited on
Commit
1573a1f
1 Parent(s): eed4a88

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,5 +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 --default-timeout=100000 torch
10
  CMD ["python", "./app.py"]
 
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"]