Skip to content

Commit

Permalink
[docs] Fix tutorial notebook run in Colab with GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuh-hf committed Jul 7, 2023
1 parent d51f586 commit c47ac8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tutorials/pairwise-registration-intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"except ImportError:\n",
" if not os.getenv(\"COLAB_RELEASE_TAG\"):\n",
" raise\n",
" !git clone --depth=1 https://github.com/BioMedIA/deepali.git && pip install ./deepali"
" !git clone https://github.com/BioMedIA/deepali.git && pip install ./deepali\n",
" from deepali.utils.cli import cuda_visible_devices"
]
},
{
Expand Down

0 comments on commit c47ac8c

Please sign in to comment.