Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
glibesyck committed Aug 30, 2024
1 parent 78158f7 commit 91aa0c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion projects/project-notebooks/ComparingNetworks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@
"---\n",
"## Section 1: Preparing the environment\n",
"\n",
"Disclaimer: As an alternative to Google Colab, Kaggle, and local installation, we have prepared a Dockerfile with the instructions on the virtual environment setup. It will allow you to work locally with no interventions into already installed packages (you will just need to install Docker and run two commands). Grab a [Dockerfile](https://osf.io/b4yfa), put it in the same folder as this notebook, and follow the instructions in [README](https://osf.io/qtezf) file.\n",
"\n",
"**IF USING COLAB // KAGGLE**:\n",
"\n",
"Uncomment the lines of code below and run them in order. The top, the second, and the last cells only need to be run once, but **the third cells (envStr) need to be re-run if the Colab // Kaggle notebook crashes**. These blocks install the needed dependencies and set up your environment. Notice that the first and third cell contents depend on whether you use Colab or Kaggle.\n",
Expand Down Expand Up @@ -1907,7 +1909,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.19"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down
6 changes: 4 additions & 2 deletions projects/project-notebooks/Macrocircuits.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,9 @@
},
"source": [
"---\n",
"## Scetion 0: Initial setup"
"## Scetion 0: Initial setup\n",
"\n",
"Disclaimer: As an alternative to Google Colab, Kaggle, and local installation, we have prepared a Dockerfile with the instructions on the virtual environment setup. It will allow you to work locally with no interventions into already installed packages (you will just need to install Docker and run two commands). Grab a [Dockerfile](https://osf.io/xdpur), put it in the same folder as this notebook, and follow the instructions in [README](https://osf.io/sgrb2) file."
]
},
{
Expand Down Expand Up @@ -29803,7 +29805,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.19"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 91aa0c0

Please sign in to comment.