"...resnet50_tensorflow.git" did not exist on "219f6f06e488f242f5c20357922cfe9e1fb1a6ae"
Commit 1b55647e authored by Paul's avatar Paul
Browse files

Add bzip2 hosts

parent a7dce2fc
...@@ -25,7 +25,7 @@ def rocmtestnode(variant, name, body) { ...@@ -25,7 +25,7 @@ def rocmtestnode(variant, name, body) {
} }
} }
withDockerContainer(image: image, args: '--device=/dev/kfd --device=/dev/dri --group-add video --cap-add SYS_PTRACE') { withDockerContainer(image: image, args: '--device=/dev/kfd --device=/dev/dri --group-add video --cap-add SYS_PTRACE --add-host="bzip2.org:46.235.226.80" --add-host="www.bzip2.org:46.235.226.80"') {
timeout(time: 1, unit: 'HOURS') { timeout(time: 1, unit: 'HOURS') {
body(cmake_build) body(cmake_build)
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment