Skip to content
Snippets Groups Projects
Commit 67e3541e authored by dgelessus's avatar dgelessus
Browse files

Add Binder configuration (currently untested)

parent 8521544f
No related branches found
No related tags found
No related merge requests found
default-jre-headless
#!/bin/bash
set -o errexit
set -o nounset
set -o pipefail
set -o verbose
PROB2_JUPYTER_VERSION="1.1.0"
JAR_NAME="prob2-jupyter-kernel-${PROB2_JUPYTER_VERSION}-all.jar"
wget "https://www3.hhu.de/stups/downloads/prob2-jupyter/${JAR_NAME}"
java -jar "${JAR_NAME}" install --user
# Remove no longer needed files to reduce size of image.
rm "${JAR_NAME}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment