raravena80 commited on
Commit
d362f49
·
1 Parent(s): 78ab88e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +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
 
31
  RUN jupyter contrib nbextension install --user \
32
  jupyter nbextension enable --py widgetsnbextension
 
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 contrib nbextension install --user \
32
  jupyter nbextension enable --py widgetsnbextension