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
$ docker run -p 7000:8888 din14970/pyxem_template_matching_workflows
44
-
```
45
-
You can change the 7000 port on local host to any port number you like.
42
+
```
43
+
$ docker run -p 7000:8888 din14970/pyxem_template_matching_workflows
44
+
```
45
+
You can change the 7000 port on local host to any port number you like.
46
46
47
47
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.
0 commit comments