raravena80 commited on
Commit
2001cd5
·
1 Parent(s): 11d0bda

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -3
Dockerfile CHANGED
@@ -26,9 +26,12 @@ 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
-
31
- RUN jupyter nbextension enable --py widgetsnbextension
 
 
 
32
 
33
  # RUN git clone https://github.com/camenduru/jupyter
34
  RUN git clone https://github.com/truera/trulens
 
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
35
 
36
  # RUN git clone https://github.com/camenduru/jupyter
37
  RUN git clone https://github.com/truera/trulens