gpu: Add new kernel build option to usage()

With each release make sure we ship a GPU  enabled kernel

Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
Zvonko Kaiser
2023-04-17 09:49:00 +00:00
parent 825e769483
commit b1730e4a67
5 changed files with 5 additions and 5 deletions

View File

@@ -23,5 +23,4 @@ RUN apt-get update && \
rsync \
cpio \
patch && \
if [ "$(uname -m)" = "s390x" ]; then apt-get install -y --no-install-recommends libssl-dev; fi && \
apt-get clean && rm -rf /var/lib/lists/
apt-get clean && apt-get autoclean