Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
din14970 committed Nov 14, 2021
1 parent 636d66b commit dfd5a0d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ The steps to run the notebooks are:

1. [Download and install Docker Engine for your system](https://docs.docker.com/engine/install/). On Linux, ensure the docker daemon is loaded.
2. Pull the docker image with the command
```
$ docker pull nielscautaerts/pyxem_template_matching_workflows
```
```
$ docker pull nielscautaerts/pyxem_template_matching_workflows
```

3. Run the docker image with
```
$ docker run -p 7000:8888 din14970/pyxem_template_matching_workflows
```
You can change the 7000 port on local host to any port number you like.
```
$ docker run -p 7000:8888 din14970/pyxem_template_matching_workflows
```
You can change the 7000 port on local host to any port number you like.

4. Now visit <http://localhost:7000>. Enter and submit the token that you may find in the terminal when you ran the `docker run` command (it's a long string of numbers and letters after `token=`). You should now see all the necessary files.

Expand Down

0 comments on commit dfd5a0d

Please sign in to comment.