Skip to content

Commit

Permalink
Bump deepcell docker image from 0.12.4 -> 0.12.9.
Browse files Browse the repository at this point in the history
Has to be updated to at least 0.12.7 so that the new fetch_data
utils are available.
  • Loading branch information
rossbar committed Jan 26, 2024
1 parent ae2eccb commit 3c729ee
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
@@ -1,7 +1,7 @@
# Use vanvalenlab/deepcell-tf as the base image
# Change the build arg to edit the deepcell version.
# Only supporting python3.
ARG DEEPCELL_VERSION=0.12.4-gpu
ARG DEEPCELL_VERSION=0.12.9-gpu

FROM vanvalenlab/deepcell-tf:${DEEPCELL_VERSION}

Expand Down

0 comments on commit 3c729ee

Please sign in to comment.