Jupyter Lab base Docker container recipe based on Jupyter datascience-notebook for CyVerse VICE. VICE requires additional configuration files to be compatible with our Condor and Kubernetes orchestration.
quick launch | tag | size | metrics | build |
---|---|---|---|---|
To run the RStudio container, you must first pull them from DockerHub, or activate a CyVerse Account.
A Docker container for running RStudio is hosted on DockerHub.
docker pull cyversevice/jupyterlab-base:latest
docker run -it --rm -d cyversevice/jupyterlab-base:latest
The default username is jovyan
Unless you plan on making changes to this container, you should just use the existing launch button above.
To test the container locally:
docker run -it --rm -v /$HOME:/app --workdir /app -p 8888:8888 -e REDIRECT_URL=http://localhost:8888 cyversevice/jupyterlab-base:latest