Skip to content

Commit 8aae06a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7421580 commit 8aae06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN python -m pip install --no-cache-dir -r requirements-dev.txt
5555
# compile ext
5656
RUN CUDA_HOME=/usr/local/cuda FORCE_CUDA=1 USE_COMPILED=1 BUILD_MONAI=1 python setup.py develop
5757

58-
# recreate the image without the installed CUDA packages then copy the installed MONAI and Python directories
58+
# recreate the image without the installed CUDA packages then copy the installed MONAI and Python directories
5959
FROM ${IMAGE} AS build2
6060

6161
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)