Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cpignedoli committed Feb 14, 2025
2 parents 06370f1 + 5ff5877 commit e0d7a9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ image = "ghcr.io/nanotech-empa/aiidalab-for-teaching:main" # make sure to use th
home_mount = "aiidalab_teaching_home"
extra_mounts = []
```
For **ARM64** you can use the following value for ```image```
```
image = "ghcr.io/nanotech-empa/aiidalab-for-teaching:arm64"
```

> [!WARNING]
> The `docker pull` command might not work. To fix that, you need to authenticate to GitHub first:
Expand Down

0 comments on commit e0d7a9b

Please sign in to comment.