From ce37f40475cd50fe6e0a8a67c6140be7a76b1427 Mon Sep 17 00:00:00 2001 From: Marc Zalik Date: Wed, 14 Jun 2023 15:45:16 -0400 Subject: [PATCH] Remove platform req from public Dockerfile --- ofrak_ai/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofrak_ai/Dockerfile b/ofrak_ai/Dockerfile index 0970575..3f9c284 100644 --- a/ofrak_ai/Dockerfile +++ b/ofrak_ai/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 python:3.8-bullseye +FROM python:3.8-bullseye ARG TARGETARCH # LINUX GNU + BINUTILS