File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 description : " Unique identifier output from docker-build action"
99 required : true
1010 args :
11- description : " Arguments to pass to `docker run`"
11+ description : " Arguments to pass to `docker run`, `--init -t --rm` are always added "
1212 required : true
1313 default : " "
1414 env :
@@ -19,7 +19,7 @@ inputs:
1919 description : " Tag of the built image to use"
2020 required : true
2121 name :
22- description : " Name for docker to use when running the command"
22+ description : " Name substring for docker to use when running the command"
2323 default : " "
2424 command :
2525 description : " Command to execute inside of the docker container"
Original file line number Diff line number Diff line change 5656 runner_label : amdgpu
5757 base : " devitocodes/bases:amd"
5858 test_drive_cmd : " rocm-smi"
59- # Unchanged, still passes through required /dev nodes etc.
59+ # Passes through required /dev nodes etc.
6060 dockerflags : >-
6161 --network=host
6262 --device=/dev/kfd --device=/dev/dri
You can’t perform that action at this time.
0 commit comments