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 641b555 commit eea87c7Copy full SHA for eea87c7
.devcontainer/Dockerfile
@@ -1,5 +1,5 @@
1
ARG VARIANT=3
2
-FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
+FROM --platform=amd64 mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
3
4
RUN curl -fsSL https://aka.ms/install-azd.sh | bash
5
0 commit comments