Skip to content

Commit 1154ccb

Browse files
author
STEFANO BOSISIO
committed
fix newline
1 parent 564ec47 commit 1154ccb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/container/Dockerfile.base

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,19 @@ ADD nccl-sanity-check.cu /opt
160160
RUN install-nccl-sanity-check.sh
161161
ADD jax-nccl-test parallel-launch /usr/local/bin/
162162

163+
###############################################################################
164+
## Add the systemcheck to the entrypoint.
165+
###############################################################################
166+
167+
COPY check-shm.sh /opt/nvidia/entrypoint.d/
168+
163169
###############################################################################
164170
## Install the nsys-jax JAX/XLA-aware profiling scripts, patch Nsight Systems
165171
###############################################################################
166172

167173
ADD install-nsys-jax.sh /usr/local/bin
168174
RUN install-nsys-jax.sh ${JAX_TOOLBOX_REF}
169175

170-
171176
###############################################################################
172177
## Copy manifest file to the container
173178
###############################################################################

0 commit comments

Comments
 (0)