Skip to content

Commit 9205f0e

Browse files
Fix docker build (#570)
Signed-off-by: Sachidanand Alle <[email protected]>
1 parent e5a5b1e commit 9205f0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ LABEL maintainer="[email protected]"
2323
ADD . /opt/monailabel/
2424
RUN apt update -y && apt install npm -y && npm install --global yarn
2525
RUN python -m pip install --upgrade --no-cache-dir pip setuptools wheel twine \
26-
&& export BUILD_OHIF=true \
2726
&& cd /opt/monailabel \
2827
&& python setup.py sdist
2928

0 commit comments

Comments
 (0)