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 \
148
148
&& rm -rf /tmp/nvjpeg \
149
149
# patch cuobjdump and nvdisasm
150
150
&& rm -rf /usr/local/cuda/bin/cuobjdump* \
151
- && rm -rf /usr/local/cuda/bin/nvdisasm* \
151
+ && rm -rf /usr/local/cuda/bin/nvdisasm*
152
152
153
153
# Install OpenMPI
154
154
RUN 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 \
159
159
&& rm -rf /tmp/nvjpeg \
160
160
# patch cuobjdump and nvdisasm
161
161
&& rm -rf /usr/local/cuda/bin/cuobjdump* \
162
- && rm -rf /usr/local/cuda/bin/nvdisasm* \
162
+ && rm -rf /usr/local/cuda/bin/nvdisasm*
163
163
164
164
# Install OpenMPI
165
165
RUN 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