raravena80 commited on
Commit
888912d
·
unverified ·
1 Parent(s): 5efe8ef

Adding Trulens repo

Browse files

Signed-off-by: Ricardo Aravena <[email protected]>

Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -30,6 +30,7 @@ RUN pip3 install jupyterhub && \
30
  RUN jupyter nbextension enable --py widgetsnbextension
31
 
32
  RUN git clone https://github.com/camenduru/jupyter
 
33
  COPY login.html /usr/local/lib/python3.10/dist-packages/jupyter_server/templates/login.html
34
 
35
  RUN adduser --disabled-password --gecos '' admin
 
30
  RUN jupyter nbextension enable --py widgetsnbextension
31
 
32
  RUN git clone https://github.com/camenduru/jupyter
33
+ RUN git clone https://github.com/truera/trulens
34
  COPY login.html /usr/local/lib/python3.10/dist-packages/jupyter_server/templates/login.html
35
 
36
  RUN adduser --disabled-password --gecos '' admin