Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit d6f0f45

Browse files
Specify linux/amd64 for docker image (#91)
Forces emulation for systems that default to other non-supported platforms
1 parent 62462d1 commit d6f0f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mambaorg/micromamba:0.23.1
1+
FROM --platform=linux/amd64 mambaorg/micromamba:0.23.1 as build
22

33
ARG MAMBA_DOCKERFILE_ACTIVATE=1
44
ARG PYTHON_VERSION=3.10

0 commit comments

Comments
 (0)