Skip to content

Commit

Permalink
chore: Add pyyaml import to GHA Docker job (#2170)
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive authored Aug 3, 2023
1 parent 32701b5 commit 0527edd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
env:
DOCKER_TAG: ${{ env.DOCKER_REGISTRY }}/${{ env.CONTAINER_NAME }}
run: |
python3 -m pip install pyyaml
TRT_VERSION=$(python3 -c "import versions; versions.tensorrt_version()")
echo "TRT VERSION = ${TRT_VERSION}"
CUDNN_VERSION=$(python3 -c "import versions; versions.cudnn_version()")
Expand Down

0 comments on commit 0527edd

Please sign in to comment.