mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-30 03:37:44 +00:00
Change binet to bin (#19424)
### Description This pull request includes a small change to the `Dockerfile.manylinux2_28_cuda` file in the `tools/ci_build/github/linux/docker` directory. The change corrects the `PREPEND_PATH` argument from `/usr/local/cuda/binet` to `/usr/local/cuda/bin`, ensuring the correct path to CUDA binaries is set.
This commit is contained in:
parent
36d223676b
commit
75f06319d6
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ ARG PLATFORM=x86_64
|
|||
ARG BASEIMAGE=nvidia/cuda:11.8.0-cudnn8-devel-ubi8
|
||||
ARG DEVTOOLSET_ROOTPATH=/usr
|
||||
ARG LD_LIBRARY_PATH_ARG=/usr/local/lib64
|
||||
ARG PREPEND_PATH=/usr/local/cuda/binet
|
||||
ARG PREPEND_PATH=/usr/local/cuda/bin
|
||||
ARG TRT_VERSION=8.6.1.6-1.cuda11.8
|
||||
|
||||
#Build manylinux docker image begin
|
||||
|
|
|
|||
Loading…
Reference in a new issue