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 7421580 commit 8aae06aCopy full SHA for 8aae06a
Dockerfile.slim
@@ -55,7 +55,7 @@ RUN python -m pip install --no-cache-dir -r requirements-dev.txt
55
# compile ext
56
RUN CUDA_HOME=/usr/local/cuda FORCE_CUDA=1 USE_COMPILED=1 BUILD_MONAI=1 python setup.py develop
57
58
-# recreate the image without the installed CUDA packages then copy the installed MONAI and Python directories
+# recreate the image without the installed CUDA packages then copy the installed MONAI and Python directories
59
FROM ${IMAGE} AS build2
60
61
ENV DEBIAN_FRONTEND=noninteractive
0 commit comments