Adding Trulens repo
Browse filesSigned-off-by: Ricardo Aravena <[email protected]>
- 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
|