We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a5b1e commit 9205f0eCopy full SHA for 9205f0e
Dockerfile
@@ -23,7 +23,6 @@ LABEL maintainer="[email protected]"
23
ADD . /opt/monailabel/
24
RUN apt update -y && apt install npm -y && npm install --global yarn
25
RUN python -m pip install --upgrade --no-cache-dir pip setuptools wheel twine \
26
- && export BUILD_OHIF=true \
27
&& cd /opt/monailabel \
28
&& python setup.py sdist
29
0 commit comments