We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1570347 commit 3ff9c96Copy full SHA for 3ff9c96
.github/containers/test-installation/Dockerfile
@@ -3,7 +3,7 @@
3
# This Dockerfile is used to test the installation of the python package in
4
# multiple platforms in the CI. It is not used to build the package itself.
5
6
-FROM --platform=${TARGETPLATFORM} python:3.11-slim
+FROM python:3.11-slim
7
8
RUN apt-get update -y && \
9
apt-get install --no-install-recommends -y \
0 commit comments