Skip to content

Commit 4589b83

Browse files
authored
Merge branch 'KasperskyLab:master' into master
2 parents a4f79f3 + 442dfbb commit 4589b83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/base-image/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function install_cuda_debian() {
4444
&& apt-get install -y \
4545
cuda-minimal-build-${CUDA_PKG_VERSION} cuda-nvcc-${CUDA_PKG_VERSION} cuda-cudart-dev-${CUDA_PKG_VERSION} cuda-nvtx-${CUDA_PKG_VERSION} cuda-nvml-dev-${CUDA_PKG_VERSION} \
4646
&& echo "/usr/local/cuda-${CUDA_MAJOR_VERSION}/targets/x86_64-linux/lib/stubs" > /etc/ld.so.conf.d/988_cuda-${MAJOR_VERSION}-stubs.conf \
47-
&& ldconfg
47+
&& ldconfig
4848

4949
echo "[INFO] CUDA installation complete."
5050
}

0 commit comments

Comments
 (0)