Skip to content

Commit

Permalink
[README] update build command for podman
Browse files Browse the repository at this point in the history
Podman appears to parse the [SHELL] in the Dockerfile differently as compared to
Docker. Using --format docker allows supporting this.

From: containers/podman#8477
  • Loading branch information
Epannec committed Jun 26, 2023
1 parent ad4492b commit 268474f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@ with 12 vCPUs, 85 GB of RAM, a 100 GB boot disk, the databases on an additional
git clone https://github.com/deepmind/alphafold.git
```
1. Build the Docker image:
1. Build the podman image:
```bash
docker build -f docker/Dockerfile -t alphafold .
podman build --format docker -f docker/Dockerfile -t alphafold .
```
If you encounter the following error:
Expand Down

0 comments on commit 268474f

Please sign in to comment.