Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/os-climate/corporate-data-pipeline-notebook

Repository for building a corporate data pipeline jupyter notebook, using aicoe-ci build pipeline
https://github.com/os-climate/corporate-data-pipeline-notebook

Last synced: 7 days ago
JSON representation

Repository for building a corporate data pipeline jupyter notebook, using aicoe-ci build pipeline

Awesome Lists containing this project

README

        

# corporate-data-pipeline-notebook

## view build pipelines for this project

## Get new librairies installed in the new image build

- Modify the Dockerfile to include the libraries you need, e.g. add `RUN dnf -y install libpng`. `-y` is necessary to prevent `dnf` from asking y/n prompt. Pay attention to package names because they can be different between Fedora and Ubuntu: the best option is to check with `dnf provides ` if there is a match
- **Option 1** Go to the issue tab and file the relevant issue (major release, minor release, patch release). N.B.: leave the issue unedited, except for the tag in `Deliver Container Image` issues
- **Option 2** File a new release and check if the build pipeline succeeded on the tekton URL provided above. The tag-release-run should be green
- When you restart your server, choose the **Corporate data pipeline** image: the new libraries you wanted to be installed should be ready to be called