From 3c729ee39da53468c1f44ed78199d82b99dac856 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Thu, 25 Jan 2024 16:16:49 -0800 Subject: [PATCH] Bump deepcell docker image from 0.12.4 -> 0.12.9. Has to be updated to at least 0.12.7 so that the new fetch_data utils are available. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd9fc71..55475b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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}