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
The Dockerfile is based on the [Ubuntu image](https://hub.docker.com/_/ubuntu) (ver. 22.04).
31
-
Two Linux architectures are supported in the Dockerfile: x86_64 (amd64) and aarch64 (arm64).
32
25
Detecting your host's architecture is handled automatically through the following docker image building process, so you don't have to check it manually.
33
26
It creates a Python (ver. 3.12) virtual environment (named `fermion`) using Miniforge and installs all dependencies within it. Psi4 is installed with a [conda command](https://psicode.org/installs/v191/).
0 commit comments