common/images/hub-jupyter/python-runtime.sh

9 lines
131 B
Bash
Executable File

#!/usr/bin/env bash
docker run --rm -it \
--volume "$PWD:/data" \
--workdir "/data" \
--entrypoint=$1 \
hub-jupyter \
${@:2}