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 @@ -62,7 +62,7 @@ if command -v nvidia-smi &> /dev/null && nvidia-smi >/dev/null 2>&1; then
6262 fi
6363 echo "Selected NVRTC archive: ${NVRTC_ARCHIVE} "
6464 GST_ARCH="$(dpkg --print-architecture | sed -e 's/arm64 /aarch64 -linux-gnu/' -e 's/armhf/arm-linux-gnueabihf/' -e 's/riscv64 /riscv64 -linux-gnu/' -e 's/ppc64 el/powerpc64 le-linux-gnu/' -e 's/s390 x/s390 x-linux-gnu/' -e 's/i.*86 /i386 -linux-gnu/' -e 's/amd64 /x86 _64 -linux-gnu/' -e 's/unknown/x86 _64 -linux-gnu/')"
65- cd /tmp && curl -fsSL "${NVRTC_URL}${NVRTC_ARCHIVE} " | tar - xJf - - C / tmp && mv - f cuda_nvrtc* cuda_nvrtc && cd cuda_nvrtc/ lib && chmod - f 755 libnvrtc* && rm - f "/ opt/ gstreamer/ lib/ ${GST_ARCH} / "libnvrtc* && mv - f libnvrtc* "/ opt/ gstreamer/ lib/ ${GST_ARCH} / " && cd / tmp && rm - rf / tmp/ cuda_nvrtc
65+ cd /tmp && curl -fsSL "${NVRTC_URL}${NVRTC_ARCHIVE} " | tar - xJf - - C / tmp && mv - f cuda_nvrtc* cuda_nvrtc && cd cuda_nvrtc/ lib && chmod - f 755 libnvrtc* && rm - f "/ opt/ gstreamer/ lib/ ${GST_ARCH} / "libnvrtc* && mv - f libnvrtc* "/ opt/ gstreamer/ lib/ ${GST_ARCH} / " && cd / tmp && rm - rf / tmp/ cuda_nvrtc && cd " ${HOME} "
6666fi
6767
6868# Wait for X server to start
You can’t perform that action at this time.
0 commit comments