Skip to content

Commit aaf54e5

Browse files
committed
misc: Tweaks
1 parent 2b457f6 commit aaf54e5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/docker-run/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
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"

.github/workflows/pytest-gpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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

0 commit comments

Comments
 (0)