Created
July 8, 2026 14:48
-
-
Save hoogenm/8ce68eb59f7816d982119f30654a7d46 to your computer and use it in GitHub Desktop.
PyTorch Notebook on HF Jobs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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