openvino_notebooks / .docker /start-singleuser.sh
malvika2003's picture
Upload folder using huggingface_hub
db5855f verified
raw
history blame contribute delete
357 Bytes
#!/bin/bash
set -x
set -eo pipefail
# The 'start-singleuser.sh' script is invoked by JupyterHub installations.
# Execute the 'run' script instead so everything goes through common
# entrypoint. That it is being run under JupyterHub will be determined
# later from environment variables set by JupyterHub.
exec /opt/app-root/builder/run "$@"