Skip to content

Commit

Permalink
Add environment file that installs websockify and jupyter-remote-desk…
Browse files Browse the repository at this point in the history
…top-proxy
  • Loading branch information
sgibson91 committed Jul 25, 2022
1 parent 7ac0628 commit c174589
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Environment we need *on top* of base PANGEO stack
# Get list of pangeo packages from https://github.com/pangeo-data/pangeo-docker-images/blob/master/pangeo-notebook/packages.txt
# BUT REMEMBER TO PICK THE HASH THAT CORRESPONDS TO OUR BASE IMAGE
channels:
- conda-forge

dependencies:
# Packages required for image
- pip

# Packages required by AWI-CIROH
- websockify
- pip:
# jupyter-remote-desktop-proxy enables us to visit the /desktop path
# just like we visit the /lab path. Visiting /desktop provides us
# with an actual remote desktop experience.
- https://github.com/jupyterhub/jupyter-remote-desktop-proxy/archive/main.zip

0 comments on commit c174589

Please sign in to comment.