Skip to content

Commit

Permalink
specify architecture type
Browse files Browse the repository at this point in the history
  • Loading branch information
boulderdaze committed Nov 29, 2023
1 parent 7d299b6 commit ea25903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.musica
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# parts of CAM require x86 architecture (gptl, which relies on the rdtsc x86 assembly instruction)
# esmf is am image you are expected to have built. Read the README file for instructions
FROM esmf:latest
FROM --platform=linux/amd64 esmf:latest

###################################################
## Install necessary packages
Expand Down

0 comments on commit ea25903

Please sign in to comment.