Skip to content

Commit

Permalink
Install current HEAD from jupyter-desktop-server
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Jul 27, 2020
1 parent af47868 commit cb1c549
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dependencies:
- pip
- websockify
- pip:
- jupyter-desktop-server==0.1.3
- .

0 comments on commit cb1c549

Please sign in to comment.