Skip to content

Commit

Permalink
removing broken (and unnecessary?) version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Sep 22, 2024
1 parent 464c314 commit 06e115d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06e115d

Please sign in to comment.