Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Upgrade to Jupyter v5.2.0

Compare
Choose a tag to compare
@zyndagj zyndagj released this 15 Feb 20:33
· 36 commits to master since this release
340e9d0

Changes

  • Added PYTHONUSERBASE variable, which points at tacc-work/jupyter_packages, and allows for persistent local pip installs
  • Added pyemd
  • Added graphviz, python-graphviz, cmake to support DSGRN
  • FIXED git funtionality by setting
    • GIT_COMMITTER\_NAME=$JUPYTERHUB\_USER
    • GIT_COMMITTER\_EMAIL=${JUPYTERHUB\_USER}@sd2e.org
  • REMOVED the hardcoding of MPLBACKEND to Agg
  • Refactored images to start from taccsciapps/jupyteruser-base
  • Removed jovyan user and environment
  • Optimized docker files for size (now smaller)
  • Updated python stack
  • Numpy now uses Intel MKL
  • pip2 now works
  • Updated probcomp stack and examples
  • Updated sbcl to 1.4.3
  • Removed Spark, pyspark, and example
  • Updated instructions for contributing and maintaining software
  • Updated Makefile to utilize build/build_jupyteruser.sh to:
    • Check for dependencies
    • Check tags on docker hub
    • Version each sub-image
    • Build, test, and deploy without squashing tags