From 93d6b196352b682211f948cdc01d069d144259a3 Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:56:54 -0700 Subject: [PATCH] fix issue #29 --- source/_ext/proc_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_ext/proc_examples.py b/source/_ext/proc_examples.py index 38ff63cb6..ff0507162 100644 --- a/source/_ext/proc_examples.py +++ b/source/_ext/proc_examples.py @@ -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,