-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FORK: Change settings for Iris notebook
Signed-off-by: Eric Ball <[email protected]>
- Loading branch information
Showing
6 changed files
with
21 additions
and
13 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
FROM quay.io/thoth-station/s2i-lab-elyra:v0.0.13 | ||
FROM quay.io/thoth-station/s2i-lab-elyra:v0.1.5 | ||
|
||
# Leaving as no-op until I verify image build pipeline is working | ||
USER root | ||
RUN dnf -y install libpng zlib freetype-devel cmake freetype qt5-srpm-macros | ||
RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm | ||
RUN dnf install -y python3-pip python3-tkinter udunits2-devel proj-devel geos-devel | ||
RUN pip3 install scitools-iris |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
approvers: | ||
- goern | ||
- fridex | ||
- mightynerderic | ||
reviewers: | ||
- pacospace | ||
- harshad16 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
|
||
## view build pipelines for this project | ||
https://tekton.operate-first.cloud/#/namespaces/opf-ci-pipelines/pipelineruns?labelSelector=tekton.dev%2Fpipeline%3Dtag-release-pipeline%2Cproject%3Dcorporate-data-pipeline-notebook | ||
|
||
## 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 <library>` 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 | ||
## Iris Notebook | ||
Forked from https://github.com/os-climate/corporate-data-pipeline-notebook. | ||
|
||
List of packages included | ||
========================= | ||
|
||
|
||
* geos-devel | ||
* proj-devel | ||
* python3-pip python3-tkinter udunits2-devel proj-devel geos-devel | ||
* python3-tkinter | ||
* udunits2-devel | ||
* scitools-iris (pip) |