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
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Tools for machine learnt interatomic potentials
17
17
-[Features](#features)
18
18
-[Python interface](#python-interface)
19
19
-[Command line interface](#command-line-interface)
20
+
-[Docker/Podman images](#docker-podman-images)
20
21
-[Development](#development)
21
22
-[License](#license)
22
23
-[Funding](#funding)
@@ -296,32 +297,34 @@ Minimal and full example configuration files for all calculations can be found
296
297
297
298
## Docker/Podman images
298
299
299
-
You can use `janus_core` in a JupyterHub or marimo environment. We provide regularly updated images, which can be dowloaded by running:
300
+
You can use `janus_core` in a JupyterHub or marimo environment using [docker](https://www.docker.com) or [podman](https://podman.io/). We provide regularly updated docker/podman images, which can be dowloaded by running:
for amd64 architecture, if you require arm64 replace amd64 with arm64 above, and next instructions.
316
+
314
317
To start, for marimo run:
315
318
316
319
```shell
317
320
318
-
podman run --rm --security-opt seccomp=unconfined -p 8842:8842 ghcr.io/stfc/janus-core/marimo:latest
321
+
podman run --rm --security-opt seccomp=unconfined -p 8842:8842 ghcr.io/stfc/janus-core/marimo:amd64-latest
319
322
320
323
```
321
324
or for JupyterHub, run:
322
325
323
326
```
324
-
podman run --rm --security-opt seccomp=unconfined -p 8888:8888 ghcr.io/stfc/janus-core/jupyter:latest
327
+
podman run --rm --security-opt seccomp=unconfined -p 8888:8888 ghcr.io/stfc/janus-core/jupyter:amd64-latest
325
328
```
326
329
327
330
For more details on how to share your filesystem and so on you can refer to this documentation: https://summer.ccp5.ac.uk/introduction.html#run-locally.
0 commit comments