fix #712, Fix nvidia based docker build

This commit is contained in:
Karthik Sundari 2024-08-15 00:26:34 +05:30
parent f9bdc52de8
commit e9837d743e

View File

@ -25,7 +25,7 @@ RUN dnf clean all -y && \
RUN dnf install -y which sqlite libstdc++-static libtool autoconf clang \ RUN dnf install -y which sqlite libstdc++-static libtool autoconf clang \
cmake ninja-build cargo ragel meson git pkgconfig bzip2 \ cmake ninja-build cargo ragel meson git pkgconfig bzip2 \
python3-devel gperf perl glibc-static binutils-devel \ python3-devel gperf perl glibc-static binutils-devel \
nasm rsync nasm rsync wget
WORKDIR /tmp WORKDIR /tmp