Skip to content

Commit a37e79e

Browse files
uplograde monai docker dependency to 1.0.1 (#1090)
Signed-off-by: Sachidanand Alle <[email protected]> Signed-off-by: Sachidanand Alle <[email protected]>
1 parent 99c10dc commit a37e79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# please run `./runtests.sh --clean && DOCKER_BUILDKIT=1 docker build -t projectmonai/monailabel:latest .`
1414
# to use different version of MONAI pass `--build-arg MONAI_IMAGE=...`
1515

16-
ARG MONAI_IMAGE=projectmonai/monai:1.0.1rc3
16+
ARG MONAI_IMAGE=projectmonai/monai:1.0.1
1717
ARG BUILD_OHIF=true
1818

1919
FROM ${MONAI_IMAGE} as build

0 commit comments

Comments
 (0)