Commit
·
caa8366
1
Parent(s):
c89b4ba
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -25,8 +25,8 @@ RUN pip3 install jupyterhub && \
|
|
25 |
pip3 install --upgrade jupyterlab jupyterlab-git && \
|
26 |
pip3 install ipywidgets && \
|
27 |
pip3 install torch torchvision torchaudio && \
|
28 |
-
pip3 install langchain trulens-eval trulens
|
29 |
-
jupyter lab build
|
30 |
|
31 |
RUN jupyter nbextension enable --py widgetsnbextension
|
32 |
|
|
|
25 |
pip3 install --upgrade jupyterlab jupyterlab-git && \
|
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 nbextension enable --py widgetsnbextension
|
32 |
|