Skip to content

Commit 007a5ef

Browse files
committed
ubuntu24.04 ci pipeline fix
1 parent c3f66b3 commit 007a5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu24.04/precompiled/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN apt-get update -y; \
7474
nvidia-dkms-${DRIVER_BRANCH}-server \
7575
nvidia-kernel-source-${DRIVER_BRANCH}-server \
7676
xserver-xorg-video-nvidia-${DRIVER_BRANCH}-server && \
77-
rm -rf /var/lib/apt/lists/*;
77+
rm -rf /var/lib/apt/lists/*;
7878

7979

8080
# update pkg cache and download pkgs for driver module installation during runtime.

0 commit comments

Comments
 (0)