mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-30 03:37:44 +00:00
Fix the nuget gpu pipeline (#4106)
This commit is contained in:
parent
afca0d15ee
commit
08e5f89b37
1 changed files with 1 additions and 1 deletions
|
|
@ -35,6 +35,6 @@ sudo --preserve-env docker run -h $HOSTNAME \
|
|||
-e "PackageName=$PackageName" \
|
||||
-e "RunTestCsharp=$RunTestCsharp" \
|
||||
-e "RunTestNative=$RunTestNative" \
|
||||
"onnxruntime-$IMAGE" \
|
||||
onnxruntime-ubuntu16.04-cuda10.1-cudnn7.6 \
|
||||
/bin/bash /onnxruntime_src/csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh \
|
||||
/home/onnxruntimedev/$NUGET_REPO_DIRNAME /onnxruntime_src /home/onnxruntimedev $CurrentOnnxRuntimeVersion
|
||||
|
|
|
|||
Loading…
Reference in a new issue