File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ RUN mkdir -p /tmp/nvjpeg \
148148&& rm -rf /tmp/nvjpeg \
149149# patch cuobjdump and nvdisasm
150150&& rm -rf /usr/local/cuda/bin/cuobjdump* \
151- && rm -rf /usr/local/cuda/bin/nvdisasm* \
151+ && rm -rf /usr/local/cuda/bin/nvdisasm*
152152
153153# Install OpenMPI
154154RUN wget --quiet https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-${OPEN_MPI_VERSION}.tar.gz \
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ RUN mkdir -p /tmp/nvjpeg \
159159&& rm -rf /tmp/nvjpeg \
160160# patch cuobjdump and nvdisasm
161161&& rm -rf /usr/local/cuda/bin/cuobjdump* \
162- && rm -rf /usr/local/cuda/bin/nvdisasm* \
162+ && rm -rf /usr/local/cuda/bin/nvdisasm*
163163
164164# Install OpenMPI
165165RUN wget --quiet https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-${OPEN_MPI_VERSION}.tar.gz \
You can’t perform that action at this time.
0 commit comments