Shamrock install (Docker)¶
Install docker¶
See Docker documentation.
For convenience you can add your user to the docker group (to avoid having to use sudo everytime). See post installation steps.
sudo groupadd docker
sudo usermod -aG docker $USER
brew install --cask docker
open /Applications/Docker.app
Starting Shamrock docker container¶
docker run -it --platform=linux/amd64 ghcr.io/shamrock-code/shamrock:latest-oneapi