Skip to content

Commit

Permalink
docs: added AS Mac note for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
danilexn committed Apr 22, 2024
1 parent 04a94b5 commit cac2210
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/computational/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,14 @@ the browser (we recommend Google Chrome or similar).
<source src='../../static/video/openst_docker_gui.webm' type="video/webm">
</video>

!!! warning "Running on Apple Silicon-based Macs"
If you have a Mac with Apple Silicon (M1 or later), you need to configure `docker run` as:

```bash
docker run --platform linux/amd64 # .. rest of the command
```
This will use emulation of amd64 binaries, so performance might be slower than native.
Please consider running on a Linux-based workstation, if possible, with a CUDA-supported
GPU.

[Docker image]: https://hub.docker.com/r/rajewsky/openst/

0 comments on commit cac2210

Please sign in to comment.