#!/bin/bash
export OMP_PROC_BIND="spread"
export OMP_PLACES="threads"

# Execute the default notebook/server command
exec "$@"