You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and download the `Docker Desktop Installer.exe` file. Double-click the file to open the installer
79
79
and follow the instructions on the installation wizard, choosing **WSL-2** instead of **Hyper-V** when prompted.
80
+
\index{Docker!installation}
80
81
81
82
> **Note:** Occasionally, when you first run Docker on Windows, you will encounter an error message. Some common errors you may see:
82
83
>
@@ -90,7 +91,7 @@ and follow the instructions on the installation wizard, choosing **WSL-2** inste
90
91
> to help you with this, as editing the BIOS can be dangerous. Detailed instructions for doing this are beyond the scope of this book.
91
92
92
93
**Running JupyterLab** Run Docker Desktop. Once it is running, you need to download and run the
93
-
Docker *image* that we have made available for the worksheets (an *image* is like a "snapshot" of a
94
+
Docker *image* that \index{Docker!image}\index{Docker!tag} we have made available for the worksheets (an *image* is like a "snapshot" of a
94
95
computer with all the right packages pre-installed). You only need to do this step one time; the image will remain
95
96
the next time you run Docker Desktop.
96
97
In the Docker Desktop search bar, enter `ubcdsci/r-dsci-100`, as this is
@@ -177,7 +178,8 @@ sudo chmod u+x get-docker.sh
177
178
sudo sh get-docker.sh
178
179
```
179
180
180
-
**Running JupyterLab** First, open the [`Dockerfile` in the worksheets repository](https://raw.githubusercontent.com/UBC-DSCI/data-science-a-first-intro-worksheets/main/Dockerfile),
181
+
**Running JupyterLab** First, open
182
+
the [`Dockerfile` in the worksheets repository](https://raw.githubusercontent.com/UBC-DSCI/data-science-a-first-intro-worksheets/main/Dockerfile),
181
183
and look for the line `FROM ubcdsci/r-dsci-100:` followed by a tag consisting of a sequence of numbers and letters.
182
184
Then in the terminal, navigate to the directory where you want to run JupyterLab, and run
183
185
the following command, replacing `TAG` with the *tag* you found earlier.
0 commit comments