raravena80 commited on
Commit
1ee81a9
·
verified ·
1 Parent(s): d362f49

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
- 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 --dev-build=False --minimize=False
30
 
31
  RUN jupyter contrib nbextension install --user \
32
  jupyter nbextension enable --py widgetsnbextension