deepjavalibrary / djl

An Engine-Agnostic Deep Learning Framework in Java
https://djl.ai
Apache License 2.0
4.16k stars 660 forks source link

[ci] Update tensorrt native build container #3477

Closed xyang16 closed 2 months ago

xyang16 commented 2 months ago

Description

Brief description of what this PR is about

Update tensorrt native build container. To fix the build failure:

Run actions/checkout@v3
  with:
    repository: deepjavalibrary/djl
    token: ***
    ssh-strict: true
    ssh-user: git
    persist-credentials: true
    clean: true
    sparse-checkout-cone-mode: true
    fetch-depth: 1
    fetch-tags: false
    show-progress: true
    lfs: false
    submodules: false
    set-safe-directory: true
/usr/bin/docker exec  9ac06233246d88f35f3935ea5249fd86d8a56e2b13bee361a4bc0fd7d0eb51dc sh -c "cat /etc/*release | grep ^ID"
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)