Repository for building Icesat2 Hackweek 2020 JupyterHub environment (Docker Image) with GitHub Actions CI
- fork this repository and make a PR to change any of the image configuration files. Merging into the master branch or creating tags will automatically build and push new images to DockerHub (https://hub.docker.com/repository/docker/uwhackweeks/icesat2).
You must have Docker installed on your computer. Running the following command from a terminal will launch Jupyter Lab and link your current directory for reading and writing files.
docker run -it -v $PWD:/home/jovyan --rm -p 8888:8888 uwhackweeks/icesat2:master jupyter lab --ip 0.0.0.0