Update README.md

Add link to Docker info on M1 chips
pull/55/head
Zach McDonough 2021-03-01 07:08:39 -08:00 committed by GitHub
parent 8b219a0b05
commit d05e62ffa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ For x86-64 architecture
docker pull robmarkcole/deepstack-ui:latest
```
Or for arm64 architecture (e.g. Raspberry Pi, Apple M1 chips)
Or for arm64 architecture (e.g. Raspberry Pi, [Apple M1 chips](https://docs.docker.com/docker-for-mac/apple-m1/))
```
docker build -t deepstack-ui . -f Dockerfile.arm64