Skip to content
Snippets Groups Projects
Commit cb1c5496 authored by Simon Li's avatar Simon Li
Browse files

Install current HEAD from jupyter-desktop-server

parent af47868d
No related branches found
No related tags found
No related merge requests found
......@@ -14,5 +14,6 @@ RUN apt-get -y update \
xubuntu-icon-theme
USER $NB_USER
ADD environment.yml .
RUN conda env update -n base --file environment.yml
ADD . /opt/install
RUN cd /opt/install && \
conda env update -n base --file environment.yml
......@@ -5,4 +5,4 @@ dependencies:
- pip
- websockify
- pip:
- jupyter-desktop-server==0.1.3
- .
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment