Commit
·
78ab88e
1
Parent(s):
2001cd5
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -26,9 +26,7 @@ RUN pip3 install jupyterhub && \
|
|
26 |
pip3 install ipywidgets && \
|
27 |
pip3 install torch torchvision torchaudio && \
|
28 |
pip3 install langchain trulens-eval trulens && \
|
29 |
-
pip3 install jupyter lab build
|
30 |
-
pip3 install jupyter_contrib_nbextensions
|
31 |
-
|
32 |
|
33 |
RUN jupyter contrib nbextension install --user \
|
34 |
jupyter nbextension enable --py widgetsnbextension
|
|
|
26 |
pip3 install ipywidgets && \
|
27 |
pip3 install torch torchvision torchaudio && \
|
28 |
pip3 install langchain trulens-eval trulens && \
|
29 |
+
pip3 install jupyter lab build
|
|
|
|
|
30 |
|
31 |
RUN jupyter contrib nbextension install --user \
|
32 |
jupyter nbextension enable --py widgetsnbextension
|