malvika2003's picture
Upload folder using huggingface_hub
db5855f verified
raw
history blame contribute delete
146 Bytes
#!/bin/bash
set -x
set -eo pipefail
JUPYTER_ENABLE_LAB=true
export JUPYTER_ENABLE_LAB
exec /opt/app-root/bin/start-notebook.sh "$@"