From 1cc6b0a724e93ed513bd28171f8f886dd0afbdf0 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Wed, 20 Sep 2023 02:38:05 +0800 Subject: [PATCH] Revert to the old dockerfile arch as the new one still seems to cause issues --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c112115..5643b3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Use the official Python 3.11 image -# FROM --platform=arm64 python:3.11.4-bookworm -ARG BUILDPLATFORM -FROM --platform=${BUILDPLATFORM} python:3.11.4-bookworm +FROM --platform=arm64 python:3.11.4-bookworm +# ARG BUILDPLATFORM +# FROM --platform=${BUILDPLATFORM} python:3.11.4-bookworm ENV PYTHONBUFFERED 1