Add podman compose and terraform to nvidia build

This commit is contained in:
Jonathan Cremin 2025-05-21 11:01:52 +01:00
parent 002c44271b
commit 08aa6a795b
2 changed files with 70 additions and 60 deletions
workstation-nvidia

View file

@ -48,6 +48,7 @@ RUN dnf remove -y \
mpv \
ncdu \
pavucontrol \
podman-compose \
sysstat \
tailscale \
vdpauinfo \
@ -61,7 +62,12 @@ RUN dnf remove -y \
# Setup watercooling
RUN dnf copr enable -y codifryed/CoolerControl && \
dnf install -y coolercontrol && \
systemctl enable coolercontrold
systemctl enable coolercontrold && \
dnf clean all
RUN dnf config-manager addrepo --from-repofile=https://rpm.releases.hashicorp.com/fedora/hashicorp.repo && \
dnf install -y terraform && \
dnf clean all
# Remove btop and nvtop shortcuts
RUN rm /usr/share/applications/btop.desktop /usr/share/applications/nvtop.desktop