Skip to content

Commit e3ab0e4

Browse files
committed
Hard-code platform in Dockerfile.
1 parent eadb62d commit e3ab0e4

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
@@ -2,7 +2,7 @@
22
# python-base
33
# Set up shared environment variables
44
################################
5-
FROM python:3.11 AS python-base
5+
FROM --platform=amd64 python:3.11 AS python-base
66

77
# Poetry
88
# https://python-poetry.org/docs/configuration/#using-environment-variables

0 commit comments

Comments
 (0)