raravena80 commited on
Commit
c89b4ba
·
1 Parent(s): 888912d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -25,11 +25,12 @@ RUN pip3 install jupyterhub && \
25
  pip3 install --upgrade jupyterlab jupyterlab-git && \
26
  pip3 install ipywidgets && \
27
  pip3 install torch torchvision torchaudio && \
 
28
  jupyter lab build
29
 
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
 
 
25
  pip3 install --upgrade jupyterlab jupyterlab-git && \
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 nbextension enable --py widgetsnbextension
32
 
33
+ # RUN git clone https://github.com/camenduru/jupyter
34
  RUN git clone https://github.com/truera/trulens
35
  COPY login.html /usr/local/lib/python3.10/dist-packages/jupyter_server/templates/login.html
36