We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d8528 commit 4a7fa8dCopy full SHA for 4a7fa8d
.gitignore
@@ -18,3 +18,5 @@ docs/.buildinfo
18
docs/.doctrees/
19
docs/_raw_sources/
20
docs/_sources/
21
+
22
+env/
Dockerfile
@@ -16,7 +16,7 @@ LABEL \
16
org.opencontainers.image.vendor="BioSimulators Team" \
17
org.opencontainers.image.licenses="BSD-3-Clause" \
\
- base_image="python:3.9-slim-buster" \
+ base_image="python:3.11-slim-bookworm" \
version="${VERSION}" \
software="AMICI" \
software.version="${SIMULATOR_VERSION}" \
@@ -33,6 +33,7 @@ LABEL \
33
RUN apt-get update -y \
34
&& apt-get install -y --no-install-recommends \
35
g++ \
36
+ libexpat1 \
37
libatlas-base-dev \
38
swig \
39
&& apt-get autoremove -y \
0 commit comments