Skip to content
Snippets Groups Projects
Unverified Commit d646f371 authored by Yuvi Panda's avatar Yuvi Panda Committed by GitHub
Browse files

Merge pull request #21 from manics/conda-forge-websockify

parents 4c3d380f cb1c5496
No related branches found
No related tags found
No related merge requests found
...@@ -14,5 +14,6 @@ RUN apt-get -y update \ ...@@ -14,5 +14,6 @@ RUN apt-get -y update \
xubuntu-icon-theme xubuntu-icon-theme
USER $NB_USER USER $NB_USER
RUN conda install -c manics websockify \ ADD . /opt/install
&& pip install jupyter-desktop-server RUN cd /opt/install && \
\ No newline at end of file conda env update -n base --file environment.yml
channels: channels:
- manics - conda-forge
dependencies: dependencies:
- jupyter-server-proxy>=1.4
- pip
- websockify - websockify
- pip: - pip:
- . - .
\ No newline at end of file
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