Skip to content

Commit 77dc45b

Browse files
committed
Add R580 support for precompiled driver
Signed-off-by: Shiva Kumar (SW-CLOUD) <[email protected]>
1 parent 1e58730 commit 77dc45b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ubuntu22.04/precompiled/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ COPY nvidia-driver /usr/local/bin
5555

5656
ADD local-repo.sh /tmp
5757

58-
RUN mkdir -p /usr/local/repos && \
58+
RUN /tmp/local-repo.sh extra_pkgs_install && \
59+
mkdir -p /usr/local/repos && \
5960
/tmp/local-repo.sh download_driver_package_deps && \
6061
/tmp/local-repo.sh build_local_apt_repo && \
6162
/tmp/local-repo.sh fetch_nvidia_installer && \
62-
/tmp/local-repo.sh extra_pkgs_install && \
6363
# Remove cuda repository to avoid GPG errors
6464
rm -f /etc/apt/sources.list.d/cuda*
6565

0 commit comments

Comments
 (0)