Skip to content

Commit

Permalink
Add execute to start_docker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
y2kbugger committed Jul 29, 2021
1 parent b1e468a commit b5a051a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You've now installed the code base.
Enter the following command into terminal from the same directory you ran the above commands:

```
bash start_docker.sh
./start_docker.sh
```

This will generate a link to a jupyter notebook. Copy the last URL (the one with `127.0.0.1:8888` at the beginning) into your web browser.
Expand All @@ -47,7 +47,7 @@ Be sure to keep this terminal open. **Do not exit the terminal or enter control

### NOTE

If you already have a Jupyter session open when you run `$ bash start_docker.sh`, you will receive a couple additional prompts.
If you already have a Jupyter session open when you run `$ ./start_docker.sh`, you will receive a couple additional prompts.

Copy the URL listed after `Enter this URL instead to access the notebooks:`

Expand Down Expand Up @@ -75,11 +75,11 @@ git pull

Then, run the command below to update the jupyter notebooks to the latest version
```
bash start_docker.sh --update
./start_docker.sh --update
```
or
```
bash start_docker.sh -u
./start_docker.sh -u
```

If the requirements.txt has changed, Docker will rebuild with the new dependencies first.
Expand Down
Empty file modified start_docker.sh
100644 → 100755
Empty file.

0 comments on commit b5a051a

Please sign in to comment.