From 633b7fd54ca97f6ee51d88f148a6a58f6ad5e975 Mon Sep 17 00:00:00 2001 From: Lawrence Angrave <4468456+angrave@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:56:26 -0500 Subject: [PATCH] Update pythonrpcserver.Dockerfile --- pythonrpcserver.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonrpcserver.Dockerfile b/pythonrpcserver.Dockerfile index 948dddf..22cc706 100644 --- a/pythonrpcserver.Dockerfile +++ b/pythonrpcserver.Dockerfile @@ -4,7 +4,7 @@ #FROM python:3.10.8-slim-buster - Failed to install scipy/numpy #FROM python:3.9.15-slim-buster - failed to install scipy/numpy -FROM python:3.8.15-slim-buster +FROM --platform=linux/amd64 python:3.8.15-slim-buster RUN apt-get update RUN apt-get install -y curl gcc g++ make libglib2.0-0 libsm6 libxext6 libxrender-dev ffmpeg