Skip to content

Commit

Permalink
Update pythonrpcserver.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
angrave authored Nov 1, 2023
1 parent c6891be commit 633b7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonrpcserver.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 633b7fd

Please sign in to comment.