This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bootstrap: docker | |
From: rockylinux:8.9 | |
%post | |
dnf -y update | |
dnf -y install epel-release curl wget git file bzip2 which libmng libpng12 libSM gtk2 mesa-dri-drivers mesa-libGL-devel | |
dnf config-manager --set-enabled powertools | |
dnf -y install R | |
# R brings in openblas and dependencies | |
dnf -y install make cmake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bootstrap: docker | |
From: nvcr.io/nvidia/pytorch:24.06-py3 | |
%files | |
./confs/xorg.conf /xorg.conf | |
./confs/websockify /websockify | |
%post | |
export DEBIAN_FRONTEND=noninteractive |
OlderNewer