diff --git a/dockerfiles/tils.dockerfile b/dockerfiles/tils.dockerfile index b75bfab..8c16112 100644 --- a/dockerfiles/tils.dockerfile +++ b/dockerfiles/tils.dockerfile @@ -2,7 +2,7 @@ # # Note about versioning: We should not use the 'latest' tag because it is a moving # target. We should prefer using a versioned release of the wsinfer pipeline. -FROM kaczmarj/wsinfer:0.3.4 +FROM kaczmarj/wsinfer:0.3.5 # The CLI will use these env vars for model and weights. ENV WSINFER_MODEL="inception_v4nobn" diff --git a/dockerfiles/tumor-brca.dockerfile b/dockerfiles/tumor-brca.dockerfile index bc86c20..d93db9e 100644 --- a/dockerfiles/tumor-brca.dockerfile +++ b/dockerfiles/tumor-brca.dockerfile @@ -2,7 +2,7 @@ # # Note about versioning: We should not use the 'latest' tag because it is a moving # target. We should prefer using a versioned release of the wsinfer pipeline. -FROM kaczmarj/wsinfer:0.3.4 +FROM kaczmarj/wsinfer:0.3.5 # The CLI will use these env vars for model and weights. ENV WSINFER_MODEL="resnet34" diff --git a/dockerfiles/tumor-luad.dockerfile b/dockerfiles/tumor-luad.dockerfile index 59e776a..91c444b 100644 --- a/dockerfiles/tumor-luad.dockerfile +++ b/dockerfiles/tumor-luad.dockerfile @@ -2,7 +2,7 @@ # # Note about versioning: We should not use the 'latest' tag because it is a moving # target. We should prefer using a versioned release of the wsinfer pipeline. -FROM kaczmarj/wsinfer:0.3.4 +FROM kaczmarj/wsinfer:0.3.5 # The CLI will use these env vars for model and weights. ENV WSINFER_MODEL="resnet34" diff --git a/dockerfiles/tumor-paad.dockerfile b/dockerfiles/tumor-paad.dockerfile index d124fed..a5d9b24 100644 --- a/dockerfiles/tumor-paad.dockerfile +++ b/dockerfiles/tumor-paad.dockerfile @@ -2,7 +2,7 @@ # # Note about versioning: We should not use the 'latest' tag because it is a moving # target. We should prefer using a versioned release of the wsinfer pipeline. -FROM kaczmarj/wsinfer:0.3.4 +FROM kaczmarj/wsinfer:0.3.5 # The CLI will use these env vars for model and weights. ENV WSINFER_MODEL="preactresnet34" diff --git a/dockerfiles/tumor-prad.dockerfile b/dockerfiles/tumor-prad.dockerfile index 1bc6762..d398d78 100644 --- a/dockerfiles/tumor-prad.dockerfile +++ b/dockerfiles/tumor-prad.dockerfile @@ -2,7 +2,7 @@ # # Note about versioning: We should not use the 'latest' tag because it is a moving # target. We should prefer using a versioned release of the wsinfer pipeline. -FROM kaczmarj/wsinfer:0.3.4 +FROM kaczmarj/wsinfer:0.3.5 # The CLI will use these env vars for model and weights. ENV WSINFER_MODEL="resnet34"