Skip to content

Commit

Permalink
Updated docker files for 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jorvis committed Oct 17, 2024
1 parent 4df8fb3 commit 03cd43d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build/docker_rebuild.sh
Original file line number Diff line number Diff line change
@@ -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} .
Expand Down

0 comments on commit 03cd43d

Please sign in to comment.