view Dockerfile @ 3:c60b810d570d draft

planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/mesmer commit caf99c99d5698c3524e6eb7fd43c0197c2a3b3cb
author goeckslab
date Tue, 28 Nov 2023 19:46:58 +0000
parents 187918c47051
children
line wrap: on
line source

ARG VERSION=0.12.3

FROM vanvalenlab/deepcell-tf:${VERSION}

RUN pip install imagecodecs zarr

ENTRYPOINT []