Skip to content

Instantly share code, notes, and snippets.

@hoogenm
Created July 8, 2026 14:48
Show Gist options
  • Select an option

  • Save hoogenm/8ce68eb59f7816d982119f30654a7d46 to your computer and use it in GitHub Desktop.

Select an option

Save hoogenm/8ce68eb59f7816d982119f30654a7d46 to your computer and use it in GitHub Desktop.
PyTorch Notebook on HF Jobs
hf jobs run --ssh --flavor cpu-basic \
quay.io/jupyter/pytorch-notebook \
-- jupyter lab --no-browser --NotebookApp.token="" --NotebookApp.password=""
# Use ssh with local port forwarding to connect (ssh -L 8888:localhost:8888 <jobnr>@ssh.hf.jobs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment