File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ CMD bash -c "cd ${DATA_DIR} && \
3434 git checkout v${TOOLKIT_VERSION} && \
3535 mkdir -p ${DATA_DIR}/nvidia-container-toolkit-${TOOLKIT_VERSION}/usr/bin && \
3636 sed -i '/if err := updateLdCache(os\. Args); err != nil/,+3d' ${DATA_DIR}/go/src/github.com/NVIDIA/nvidia-container-toolkit/cmd/nvidia-cdi-hook/update-ldcache/update-ldcache.go && \
37- sed -i '/func updateLdCacheHandler() {/a\\ tvar _ = log.Printf' ${DATA_DIR}/go/src/github.com/NVIDIA/nvidia-container-toolkit/cmd/nvidia-cdi-hook/update-ldcache/update-ldcache.go && \
37+ sed -i '/func updateLdCacheHandler() {/a\\\\ tvar _ = log.Printf' ${DATA_DIR}/go/src/github.com/NVIDIA/nvidia-container-toolkit/cmd/nvidia-cdi-hook/update-ldcache/update-ldcache.go && \
3838 make LIBNVIDIA_CONTAINER_VERSION=${TOOLKIT_VERSION} LIBNVIDIA_CONTAINER_TAG=${TOOLKIT_VERSION} binaries && \
3939 cp ${DATA_DIR}/go/src/github.com/NVIDIA/nvidia-container-toolkit/nvidia-container-runtime-hook ${DATA_DIR}/nvidia-container-toolkit-${TOOLKIT_VERSION}/usr/bin && \
4040 cp ${DATA_DIR}/go/src/github.com/NVIDIA/nvidia-container-toolkit/nvidia-container-runtime ${DATA_DIR}/nvidia-container-toolkit-${TOOLKIT_VERSION}/usr/bin && \
You can’t perform that action at this time.
0 commit comments