diff --git a/build/Dockerfile b/build/Dockerfile index aae877d..bf35260 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -33,5 +33,5 @@ RUN wget -O /usr/bin/visualize_go_slim_mapping.R https://raw.githubusercontent.c RUN chmod +x /usr/bin/visualize_go_slim_mapping.R RUN pip3 install jinja2 -RUN pip3 install biocode==0.9.0 +RUN pip3 install biocode==0.10.0 RUN pip3 install numpy diff --git a/build/rebuild.sh b/build/rebuild.sh index 265c0eb..84333d5 100755 --- a/build/rebuild.sh +++ b/build/rebuild.sh @@ -1,7 +1,7 @@ #!/bin/bash # This should match the PyPi version, which needs to be available first. -IMAGE_VERSION='0.9.0' +IMAGE_VERSION='0.10.0' docker rmi -f jorvis/biocode docker build --no-cache -t jorvis/biocode:latest -t jorvis/biocode:${IMAGE_VERSION} .