Skip to content

py-rocket-base v2.0.0

Latest
Compare
Choose a tag to compare
@eeholmes eeholmes released this 06 Nov 03:41
· 7 commits to main since this release
b0bccf7

The py-rocket-base image is a base image for the JupyterHubs with Python and RStudio. The py-rocket-base image is designed to install the Jupyter and JupyterHub environment with repo2docker and the R and RStudio environment installed with Rocker installation scripts.

The base image has the following support:

  • Python + JupyterLab with mamba handling package installation
  • R + RStudio with the Rocker verse environment pre-installed
  • Desktop VNC ready for installing applications, including Java-based applications
  • VSCode
  • pyrocket_scripts to assist in common customization tasks
  • rocker_scripts for extending the R/RStudio environment

What's Changed

  • update documentation
  • Use scripts instead of ONBUILD
  • remove ${REPO_DIR}/childimage and instead use arguments passed to the helper scripts

Full Changelog: v1.0.6...v2.0.0