Skip to content

Commit

Permalink
Build update for release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jorvis committed Sep 1, 2020
1 parent 0532285 commit 20f412f
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 @@ -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
2 changes: 1 addition & 1 deletion build/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.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} .
Expand Down

0 comments on commit 20f412f

Please sign in to comment.