From dcfc9a14f5384875b7cd0edc242ca0edacf9fb9c Mon Sep 17 00:00:00 2001 From: ChrisJL Date: Tue, 7 Sep 2021 01:52:19 +0100 Subject: Pin platform in Dockerfile (#9) Some of our deps don't have wheels for atm processors. With Mac's M1 chips becomming more common, we should make it easier for those users to build our environments. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd86a33..983f3f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM --platform=linux/amd64 python:3.9-slim ENV PIP_NO_CACHE_DIR=false \ POETRY_VIRTUALENVS_CREATE=false -- cgit v1.2.3