Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jan 29, 2023
1 parent cd886e0 commit 10bd852
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM ubuntu:22.04
RUN apt-get update && apt-get install -y \
g++ \
libatlas-base-dev \
python-is-python3 \
python3 \
python3-dev \
python3-pip \
Expand Down
5 changes: 4 additions & 1 deletion container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
AMICI docker images are regularly published to
https://hub.docker.com/r/dweindl/amici.

## Docker
## Docker / Podman

The commands below are for use with Docker. When using Podman, just replace
`docker` by `podman`.

### Create an image

Expand Down

0 comments on commit 10bd852

Please sign in to comment.