Skip to content

Commit 0527edd

Browse files
authored
chore: Add pyyaml import to GHA Docker job (#2170)
1 parent 32701b5 commit 0527edd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker_builder.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
env:
4040
DOCKER_TAG: ${{ env.DOCKER_REGISTRY }}/${{ env.CONTAINER_NAME }}
4141
run: |
42+
python3 -m pip install pyyaml
4243
TRT_VERSION=$(python3 -c "import versions; versions.tensorrt_version()")
4344
echo "TRT VERSION = ${TRT_VERSION}"
4445
CUDNN_VERSION=$(python3 -c "import versions; versions.cudnn_version()")

0 commit comments

Comments
 (0)