Spaces:
Sleeping
Sleeping
Upload 10 files
Browse files- 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 |
|