Skip to content

Commit

Permalink
uplograde monai docker dependency to 1.0.1 (#1090)
Browse files Browse the repository at this point in the history
Signed-off-by: Sachidanand Alle <sachidanand.alle@gmail.com>

Signed-off-by: Sachidanand Alle <sachidanand.alle@gmail.com>
  • Loading branch information
SachidanandAlle authored Oct 24, 2022
1 parent 99c10dc commit a37e79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# please run `./runtests.sh --clean && DOCKER_BUILDKIT=1 docker build -t projectmonai/monailabel:latest .`
# to use different version of MONAI pass `--build-arg MONAI_IMAGE=...`

ARG MONAI_IMAGE=projectmonai/monai:1.0.1rc3
ARG MONAI_IMAGE=projectmonai/monai:1.0.1
ARG BUILD_OHIF=true

FROM ${MONAI_IMAGE} as build
Expand Down

0 comments on commit a37e79e

Please sign in to comment.