Skip to content

Commit

Permalink
Set explicit platform and remove deprecated instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
johnne committed Oct 24, 2024
1 parent e19670a commit 4fced81
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tutorials/containers/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM condaforge/miniforge3
FROM --platform=amd64 condaforge/miniforge3

LABEL description = "Image for the NBIS reproducible research course."
MAINTAINER "John Sundh" [email protected]
LABEL description="Image for the NBIS reproducible research course."
LABEL author="John Sundh"
LABEL email="[email protected]"

# Use bash as shell
SHELL ["/bin/bash", "--login", "-c"]
Expand Down

0 comments on commit 4fced81

Please sign in to comment.