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}