Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel committed Nov 19, 2024
1 parent 59ef229 commit 8fb4989
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion slc9-gpu-builder/provision.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -ex
#!/bin/sh -x

wipednf () {
rpmdb --rebuilddb
Expand All @@ -25,6 +25,11 @@ echo "${NVIDIA_GPGKEY_SUM} /etc/pki/rpm-gpg/RPM-GPG-KEY-NVIDIA" | sha256sum -c

# rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
dnf update -y

# print dnf metadata file to debug
dnf repolist -v

exit 1
# Install requirements for GPU event display, NVIDIA CUDA and AMD ROCm stacks
CUV=${CUDA_PKG_VERSION}-${CUDA_PKG_VERSION/-/.}.*
dnf install -y freeglut-devel lsof \
Expand Down

0 comments on commit 8fb4989

Please sign in to comment.