epaps's picture
test
4bb29a4
raw
history blame contribute delete
191 Bytes
#!/usr/bin/env bash
set -euo pipefail
# HF sets PORT; fallback to 7860
export PORT="${PORT:-7860}"
exec micromamba run -n ssp jupyter lab \
--config=/etc/jupyter/jupyter_server_config.py