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 9eebaa9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 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,12 @@ 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
curl -v http://repo.radeon.com/rocm/rhel9/6.2.4/main/repodata/repomd.xml
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 9eebaa9

Please sign in to comment.