From e73c0dee6fcbe1cc6ddd4fa3dfb4019078d988e7 Mon Sep 17 00:00:00 2001 From: Sandy Rogers Date: Wed, 24 Jul 2024 11:12:40 +0100 Subject: [PATCH] adds instructions for running docker image on apple-silicon + colima --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7c8f6a..fe3d223 100644 --- a/README.md +++ b/README.md @@ -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