Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #21 from manics/conda-forge-websockify
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda authored Jul 27, 2020
2 parents 4c3d380 + cb1c549 commit d646f37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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
RUN conda install -c manics websockify \
&& pip install jupyter-desktop-server
ADD . /opt/install
RUN cd /opt/install && \
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:
- .
- .

0 comments on commit d646f37

Please sign in to comment.