Skip to content
Snippets Groups Projects
Commit 4139f11c authored by Michael Leuschel's avatar Michael Leuschel
Browse files

add binder config

parent 9f84e63a
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