Skip to content

Commit 3ec726c

Browse files
added chmod to ubuntu docker install
1 parent f96a1b4 commit 3ec726c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/setup.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ To install Docker on Ubuntu, open the terminal and enter the following five comm
6262
sudo apt update
6363
sudo apt install ca-certificates curl gnupg
6464
curl -fsSL https://get.docker.com -o get-docker.sh
65+
sudo chmod u+x get-docker.sh
6566
sudo sh get-docker.sh
6667
```
6768
Then in the terminal, navigate to the directory where you want to run JupyterLab, and run

0 commit comments

Comments
 (0)