Skip to content

Commit

Permalink
update dockerfiles to next version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczmarj committed Jan 23, 2023
1 parent 2ff04f5 commit 1b04692
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/tils.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/tumor-brca.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/tumor-luad.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/tumor-paad.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/tumor-prad.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1b04692

Please sign in to comment.