Update Dockerfile
Browse files- 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
|