Skip to content

Commit

Permalink
Use conda-forge/websockify, use environment.yml in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Jul 26, 2020
1 parent 4c3d380 commit af47868
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ RUN apt-get -y update \
xubuntu-icon-theme

USER $NB_USER
RUN conda install -c manics websockify \
&& pip install jupyter-desktop-server
ADD environment.yml .
RUN conda env update -n base --file environment.yml
6 changes: 4 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
channels:
- manics
- conda-forge
dependencies:
- jupyter-server-proxy>=1.4
- pip
- websockify
- pip:
- .
- jupyter-desktop-server==0.1.3

0 comments on commit af47868

Please sign in to comment.