From 06e115d3b271e4aa079088a8547d4d9a82bd5490 Mon Sep 17 00:00:00 2001 From: Logan Drescher Date: Sun, 22 Sep 2024 12:44:56 -0400 Subject: [PATCH] removing broken (and unnecessary?) version specifier --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bbdc1ec..7840f44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ RUN apt-get update -y \ && rm -rf /var/lib/apt/lists/* # We should be able to just pip install; this is a good test anyway -RUN pip install 'biosimulators-copasi=="${VERSION}"' +RUN pip install biosimulators-copasi ENV ALGORITHM_SUBSTITUTION_POLICY=SIMILAR_VARIABLES \ VERBOSE=0 \ MPLBACKEND=PDF