thank you for the container! Unfortunately I get an error building it.
I used the debian package.
2796.2 You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.
------
1 warning found (use docker --debug to expand):
- UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH' (line 40)
dockerfile:107
--------------------
106 |
107 | >>> RUN --mount=type=tmpfs,target=/tmp/ \
108 | >>> --mount=type=tmpfs,target=/root/.cache \
109 | >>> pip install --break-system-packages --upgrade pip==21.3.1 && \
110 | >>> pip install --upgrade tensorflow tensorrt
111 | # pip install --break-system-packages --upgrade pip && \
--------------------
ERROR: failed to solve: process "/bin/sh -c pip install --break-system-packages --upgrade pip==21.3.1 && pip install --upgrade tensorflow tensorrt" did not complete successfully: exit code: 1