We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b21ea commit 4abb269Copy full SHA for 4abb269
Dockerfile
@@ -19,7 +19,7 @@ ARG NODE_IMAGE=node:slim
19
FROM ${NODE_IMAGE} as ohifbuild
20
ADD . /opt/monailabel
21
RUN apt update -y && apt install -y git
22
-RUN cd /opt/monailabel/plugins/ohif && ./build.sh
+RUN cd /opt/monailabel/plugins/ohifv3 && ./build.sh
23
24
FROM ${MONAI_IMAGE} as build
25
LABEL maintainer="[email protected]"
0 commit comments