Skip to content

Commit a0cec30

Browse files
authored
Merge pull request #559 from VariantEffect/feature/bencap/platform-build-docs
Remove platform specification from python-base image in Dockerfile
2 parents 824bcac + b0a37e3 commit a0cec30

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 --platform=amd64 python:3.11 AS python-base
5+
FROM python:3.11 AS python-base
66

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

0 commit comments

Comments
 (0)