Skip to content

Commit 007f8bc

Browse files
committed
use dev docker image
1 parent bcb9032 commit 007f8bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Please also feel free to take a look at other notebooks in the repository if you
2525
If you don't want to manually install Julia or the Julia packages used in this repository, you can also run these tutorials on a [docker image](https://www.docker.com/). You can execute the following command in your terminal:
2626

2727
```bash
28-
docker run -p 8888:8888 mloubout/judi:1.7-latest
28+
docker run -p 8888:8888 mloubout/judi:1.7-dev
2929
```
3030

3131
This command downloads the image and launches a container. You will see a link that you can copy-paste to your browser to access the notebooks. Alternatively, you can run a bash session, in which you can start a regular interactive Julia session and run the example scripts. You can download/start the container as a bash session via the following command:
3232

3333
```julia
34-
docker run -it mloubout/judi:1.7-latest /bin/bash
34+
docker run -it mloubout/judi:1.7-dev /bin/bash
3535
```
3636

3737
## Package availability

0 commit comments

Comments
 (0)