From 03cd43daf36810ddd60dc2723b86c0207ad286b0 Mon Sep 17 00:00:00 2001 From: Joshua Orvis Date: Wed, 16 Oct 2024 22:21:49 -0500 Subject: [PATCH] Updated docker files for 0.12.0 --- build/Dockerfile | 2 +- build/docker_rebuild.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 1341b6c..5a3e57b 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -35,5 +35,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.11.0 +RUN pip3 install biocode==0.12.0 RUN pip3 install numpy diff --git a/build/docker_rebuild.sh b/build/docker_rebuild.sh index 2f71fa6..ceb9966 100755 --- a/build/docker_rebuild.sh +++ b/build/docker_rebuild.sh @@ -1,7 +1,7 @@ #!/bin/bash # This should match the PyPi version, which needs to be available first. -IMAGE_VERSION='0.11.0' +IMAGE_VERSION='0.12.0' docker rmi -f jorvis/biocode docker build --no-cache -t jorvis/biocode:latest -t jorvis/biocode:${IMAGE_VERSION} .