atascioglu commited on
Commit
c30f54f
·
verified ·
1 Parent(s): 7e8ec7f

Upload 10 files

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN pip install --no-cache-dir -r requirements.txt
17
  RUN pip install --no-cache-dir notebook ipykernel papermill
18
 
19
  # Pre-install packages the notebooks use via !pip install
20
- RUN pip install --no-cache-dir textblob faker vaderSentiment
21
 
22
  RUN python -m ipykernel install --user --name python3 --display-name "Python 3"
23
 
 
17
  RUN pip install --no-cache-dir notebook ipykernel papermill
18
 
19
  # Pre-install packages the notebooks use via !pip install
20
+ RUN pip install --no-cache-dir textblob faker vaderSentiment transformers
21
 
22
  RUN python -m ipykernel install --user --name python3 --display-name "Python 3"
23