Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/os-climate/corporate-data-pipeline-notebook
- Owner: os-climate
- License: gpl-3.0
- Created: 2021-10-06T21:29:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T19:55:10.000Z (24 days ago)
- Last Synced: 2024-10-22T13:38:01.598Z (23 days ago)
- Language: Shell
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 18
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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