mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-22 22:01:08 +00:00
Fix an issue in the nuget run tests scripts
This commit is contained in:
parent
138a7f194e
commit
2172a9e5ed
2 changed files with 0 additions and 2 deletions
|
|
@ -38,7 +38,6 @@ docker run -h $HOSTNAME \
|
|||
--name "onnxruntime-gpu-container" \
|
||||
--volume "$SOURCE_ROOT:/onnxruntime_src" \
|
||||
--volume "$BUILD_DIR:/home/onnxruntimedev" \
|
||||
--volume "$HOME/.cache/onnxruntime:/home/onnxruntimedev/.cache/onnxruntime" \
|
||||
-e "OnnxRuntimeBuildDirectory=/home/onnxruntimedev" \
|
||||
-e "IsReleaseBuild=$ISRELEASEBUILD" \
|
||||
-e "PackageName=$PackageName" \
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ docker run -h $HOSTNAME \
|
|||
--name "onnxruntime-cpu" \
|
||||
--volume "$SOURCE_ROOT:/onnxruntime_src" \
|
||||
--volume "$BUILD_DIR:/home/onnxruntimedev" \
|
||||
--volume "$HOME/.cache/onnxruntime:/home/onnxruntimedev/.cache/onnxruntime" \
|
||||
-e "OnnxRuntimeBuildDirectory=/home/onnxruntimedev" \
|
||||
-e "IsReleaseBuild=$ISRELEASEBUILD" \
|
||||
-e "PackageName=$PackageName" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue