Skip to content

Instantly share code, notes, and snippets.

@mcotton
Last active March 19, 2023 02:18
Show Gist options
  • Save mcotton/ed7fde33fc5dcd2620ebac624a1ff4ec to your computer and use it in GitHub Desktop.
Save mcotton/ed7fde33fc5dcd2620ebac624a1ff4ec to your computer and use it in GitHub Desktop.
Making use of tensorflow GPU on PopOS 22.04

from the host system

tensorman run -p 8888:8888 --gpu --python3 --jupyter bash

from inside tensorman

jupyter notebook --ip=0.0.0.0 --no-browser

back on host system

open http://127.0.0.1:8888/?token=18d08c03e8ffd3bcc18fab37f6a4dc4cd146120979d62ed8

someone suggest running this instead of dealing with jupyter token

jupyter notebook --ip 0.0.0.0 --NotebookApp.token='' --NotebookApp.password=''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment