From e9efa48b916c727bb479a7fedfe3a3bdc3e13f38 Mon Sep 17 00:00:00 2001 From: Kenny Date: Sun, 26 May 2024 20:21:37 -0400 Subject: [PATCH] rm platform flag for mac compat --- Dockerfile_b7s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile_b7s b/Dockerfile_b7s index 4f00402..3cfab5a 100644 --- a/Dockerfile_b7s +++ b/Dockerfile_b7s @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 alloranetwork/allora-inference-base:latest +FROM alloranetwork/allora-inference-base:latest USER root RUN pip install requests