raravena80 commited on
Commit
d7754d7
·
verified ·
1 Parent(s): 17cebb6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -29,8 +29,8 @@ RUN pip3 install jupyterhub && \
29
 
30
  RUN jupyter lab build --dev-build=False --minimize=False
31
 
32
- RUN jupyter contrib nbextension install --user \
33
- jupyter nbextension enable --py widgetsnbextension
34
 
35
  # RUN git clone https://github.com/camenduru/jupyter
36
  RUN git clone https://github.com/truera/trulens
 
29
 
30
  RUN jupyter lab build --dev-build=False --minimize=False
31
 
32
+ # RUN jupyter contrib nbextension install --user \
33
+ # jupyter nbextension enable --py widgetsnbextension
34
 
35
  # RUN git clone https://github.com/camenduru/jupyter
36
  RUN git clone https://github.com/truera/trulens