openvino_notebooks / .docker /start-gateway.sh
malvika2003's picture
Upload folder using huggingface_hub
db5855f verified
raw
history blame contribute delete
No virus
276 Bytes
#!/bin/bash
set -eo pipefail
set -x
URI_ROOT_PATH=
export URI_ROOT_PATH
if [ x"$JUPYTERHUB_SERVICE_PREFIX" != x"" ]; then
URI_ROOT_PATH=${JUPYTERHUB_SERVICE_PREFIX%/}
fi
cd /opt/app-root/gateway
source scl_source enable rh-nodejs10
exec npm start