os-climate / corporate-data-pipeline-notebook

Repository for building a corporate data pipeline jupyter notebook, using aicoe-ci build pipeline
GNU General Public License v3.0
1 stars 6 forks source link

use `dnf -y install libpng zlib freetype-devel ...` #15

Open erikerlandson opened 2 years ago

erikerlandson commented 2 years ago

Latest build failed. Using dnf -y install ... should fix this: it tells dnf to not ask for y/n prompt, which is where it is failing.

Also, it will go significantly faster if you run dnf -y install libpng zlib ... instead of many separate dnf commands.

cc @JeremyGohBNP