yeandy commented on code in PR #22131:
URL: https://github.com/apache/beam/pull/22131#discussion_r971910739
##########
sdks/python/test-suites/dataflow/common.gradle:
##########
@@ -364,3 +364,38 @@ task validatesContainer() {
}
}
}
+
+def tensorRTTests = tasks.create("tensorRTtests") {
+ dependsOn 'installGcpTest'
+ dependsOn ':sdks:python:sdist'
+ doLast {
+ def testOpts = basicPytestOpts
+ def argMap = [
+ "runner": "DataflowRunner",
+ "machine_type":"n1-standard-4",
+ "sdk_container_image":
"us.gcr.io/apache-beam-testing/python-postcommit-it/tensor_rt:latest",
Review Comment:
I can paste the contents of the Dockerfile we used in a comment in
https://github.com/apache/beam/issues/22651
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]