Skip to content

Commit

Permalink
Merge pull request #30 from mikemhenry/fix/issue_29
Browse files Browse the repository at this point in the history
fix issue #29
  • Loading branch information
Yoshanuikabundi authored Jan 25, 2024
2 parents d9b3477 + 93d6b19 commit 303a817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_ext/proc_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def create_colab_notebook(src: Path, cache_branch: str):
cell_type="code",
source=[
"# Execute this cell to make this notebook's dependencies available",
"!pip install -q condacolab",
"!pip install -U https://github.com/conda-incubator/condacolab/archive/cuda-version-12.tar.gz",
"import condacolab",
"condacolab.install_mambaforge()",
*wget_files,
Expand Down

0 comments on commit 303a817

Please sign in to comment.