We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e8135 commit 64c9dacCopy full SHA for 64c9dac
training/nvidia-bootc/Containerfile
@@ -144,6 +144,10 @@ RUN mv /etc/selinux /etc/selinux.tmp \
144
&& ln -s /usr/lib/systemd/system/nvidia-toolkit-firstboot.service /usr/lib/systemd/system/basic.target.wants/nvidia-toolkit-firstboot.service \
145
&& echo "blacklist nouveau" > /etc/modprobe.d/blacklist_nouveau.conf
146
147
+# Install rhc connect for insights telemetry gathering
148
+RUN . /etc/os-release && if [ "${ID}" == "rhel" ]; then \
149
+ dnf install -y rhc rhc-worker-playbook -y && dnf clean all; \
150
+ fi
151
152
ARG SSHPUBKEY
153
0 commit comments