Skip to content

Commit

Permalink
[gpu] Exercise new template-generated GPU driver installer
Browse files Browse the repository at this point in the history
  • Loading branch information
cjac committed Jan 9, 2025
1 parent 900c10a commit 997a61c
Show file tree
Hide file tree
Showing 5 changed files with 334 additions and 1,563 deletions.
6 changes: 5 additions & 1 deletion gpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ py_test(
name = "test_gpu",
size = "enormous",
srcs = ["test_gpu.py"],
data = ["install_gpu_driver.sh", "mig.sh"],
data = [
"install_gpu_driver.sh",
"verify_pyspark.py",
"mig.sh"
],
local = True,
shard_count = 15,
deps = [
Expand Down
Loading

0 comments on commit 997a61c

Please sign in to comment.