Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds instructions for running docker image on apple-silicon + colima #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ You need [Task](https://taskfile.dev/) installed for handy shortcut commands. If
To run the Docker containers on **ARM**-based systems, such as [Apple Silicon](https://support.apple.com/en-in/HT211814), follow these steps:

1. Install **_Rosetta_** on your system using the command (for macOS) : `softwareupdate --install-rosetta`
2. Go to `Docker Desktop` > `Settings` > `Features in development` > `Beta Features` > Check "`Use Rosetta for x86/amd64 emulation on Apple Silicon`"
2. (If using Docker Desktop): go to `Docker Desktop` > `Settings` > `Features in development` > `Beta Features` > Check "`Use Rosetta for x86/amd64 emulation on Apple Silicon`"
3. (If using Colima + docker client): Make an X86-based VM e.g. `colima start --arch x86_64 --memory 8 --disk 20 --profile x86` and then `export DOCKER_HOST="unix://$HOME/.colima/x86/docker.sock"`

## Opening the notebooks (for use or development): use Docker

Expand Down
Loading