forked from opendatahub-io/notebooks
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #168 from red-hat-data-services/release-2023b
sync rhoai-2.8 with all the commit form Release-2023b
- Loading branch information
Showing
73 changed files
with
832 additions
and
1,787 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
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
|
||
# Reference https://github.com/hadolint/hadolint | ||
# hadolint --config ./ci/hadolint-config.yaml <Dockerfile> | ||
|
||
# We should revisit this ignore list and reduce it regularly | ||
|
||
ignored: | ||
# DL3006 warning: Always tag the version of an image explicitly | ||
- DL3006 | ||
# DL3033 warning: Specify version with `yum install -y <package>-<version>`. | ||
- DL3033 | ||
# DL3045 warning: `COPY` to a relative destination without `WORKDIR` set. | ||
- DL3045 | ||
# DL3041 warning: Specify version with `dnf install -y <package>-<version>`. | ||
- DL3041 | ||
# DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation. | ||
- DL3059 | ||
# DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use | ||
# `pip install <package>==<version>` or `pip install --requirement <requirements file>` | ||
- DL3013 | ||
# DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. | ||
# If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox | ||
# then consider explicitly setting your SHELL to /bin/ash, or disable this check | ||
- DL4006 | ||
# DL3007 warning: Using latest is prone to errors if the image will ever update. | ||
# Pin the version explicitly to a release tag | ||
- DL3007 | ||
# SC3060 warning: In POSIX sh, string replacement is undefined. | ||
- SC3060 | ||
# SC2086 info: Double quote to prevent globbing and word splitting. | ||
- SC2086 | ||
# SC2046 warning: Quote this to prevent word splitting. | ||
- SC2046 | ||
# SC2140 warning: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"? | ||
- SC2140 |
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
14 changes: 7 additions & 7 deletions
14
jupyter/datascience/anaconda-python-3.8/runtime-images/datascience-ubi8-py38.json
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,10 +1,10 @@ | ||
{ | ||
"display_name": "Datascience with Python 3.8 (UBI8)", | ||
"metadata": { | ||
"tags": ["datascience"], | ||
"display_name": "Datascience with Python 3.8 (UBI8)", | ||
"metadata": { | ||
"tags": ["datascience"], | ||
"display_name": "Datascience with Python 3.8 (UBI8)", | ||
"image_name": "quay.io/modh/runtime-images@sha256:2bce614baa7cc4a5fe1dc71bb2059fea051b70a33031eb963b0571d6d9f834c2", | ||
"pull_policy": "IfNotPresent" | ||
}, | ||
"schema_name": "runtime-image" | ||
"image_name": "quay.io/modh/runtime-images@sha256:fa55ca793a171d3fbce02bc28794450f28bf7e5c2119a4d6e9833fc7b7fe9e05", | ||
"pull_policy": "IfNotPresent" | ||
}, | ||
"schema_name": "runtime-image" | ||
} |
14 changes: 7 additions & 7 deletions
14
jupyter/datascience/anaconda-python-3.8/runtime-images/pytorch-ubi8-py38.json
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,10 +1,10 @@ | ||
{ | ||
"display_name": "Pytorch with CUDA and Python 3.8 (UBI8)", | ||
"metadata": { | ||
"tags": ["pytorch"], | ||
"display_name": "Pytorch with CUDA and Python 3.8 (UBI8)", | ||
"metadata": { | ||
"tags": ["pytorch"], | ||
"display_name": "Pytorch with CUDA and Python 3.8 (UBI8)", | ||
"image_name": "quay.io/modh/runtime-images@sha256:2a9be55d577a3b2ab50f0505ed096896cc3b914e732850fd5d5f733a79a000b8", | ||
"pull_policy": "IfNotPresent" | ||
}, | ||
"schema_name": "runtime-image" | ||
"image_name": "quay.io/modh/runtime-images@sha256:60f79be28b0b01b09cec7d4a6c28edd9eae4d76784855a6f6006e31f2c1b21ff", | ||
"pull_policy": "IfNotPresent" | ||
}, | ||
"schema_name": "runtime-image" | ||
} |
14 changes: 7 additions & 7 deletions
14
jupyter/datascience/anaconda-python-3.8/runtime-images/tensorflow-ubi8-py38.json
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,10 +1,10 @@ | ||
{ | ||
"display_name": "TensorFlow with CUDA and Python 3.8 (UBI8)", | ||
"metadata": { | ||
"tags": ["tensorflow"], | ||
"display_name": "TensorFlow with CUDA and Python 3.8 (UBI8)", | ||
"metadata": { | ||
"tags": ["tensorflow"], | ||
"display_name": "TensorFlow with CUDA and Python 3.8 (UBI8)", | ||
"image_name": "quay.io/modh/runtime-images@sha256:89430fe6263beaa840d156a7325c1df8bbec1b749eeff672eae32df39ead8cc1", | ||
"pull_policy": "IfNotPresent" | ||
}, | ||
"schema_name": "runtime-image" | ||
"image_name": "quay.io/modh/runtime-images@sha256:5b141c3fa2194d936fd0b4c993601b3eeaf3d05a0cb8e14c49976b5d8a59635f", | ||
"pull_policy": "IfNotPresent" | ||
}, | ||
"schema_name": "runtime-image" | ||
} |
14 changes: 7 additions & 7 deletions
14
jupyter/datascience/anaconda-python-3.8/runtime-images/ubi8-py38.json
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,10 +1,10 @@ | ||
{ | ||
"display_name": "Python 3.8 (UBI8)", | ||
"metadata": { | ||
"tags": ["minimal"], | ||
"display_name": "Python 3.8 (UBI8)", | ||
"metadata": { | ||
"tags": ["minimal"], | ||
"display_name": "Python 3.8 (UBI8)", | ||
"image_name": "quay.io/modh/runtime-images@sha256:bd1710de5503448f9f4016d943365c235437246837aca6419b6d51431d3bc18b", | ||
"pull_policy": "IfNotPresent" | ||
}, | ||
"schema_name": "runtime-image" | ||
"image_name": "quay.io/modh/runtime-images@sha256:7afb95d311e7261ab90ea55002e45c3f1787d9e346680d6daaddc9cd53697331", | ||
"pull_policy": "IfNotPresent" | ||
}, | ||
"schema_name": "runtime-image" | ||
} |
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
Oops, something went wrong.