generated from aicoe-aiops/project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
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 #14 from Shreyanand/master
Add changes for ODH image
- Loading branch information
Showing
4 changed files
with
233 additions
and
164 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
# Setup and configuring aicoe-ci with configuration file `.aicoe-ci.yaml` | ||
# Example `.aicoe-ci.yaml` with a full list of config options is available here: https://github.com/AICoE/aicoe-ci/blob/master/docs/.aicoe-ci.yaml | ||
check: | ||
- thoth-precommit | ||
# Uncomment following line to build a public image of this repo | ||
# - thoth-build | ||
- thoth-build | ||
|
||
# Uncomment following lines to build a public image of this repo | ||
# build: | ||
# build-stratergy: Source | ||
# build_source_script: "image:///opt/app-root/builder" | ||
# base-image: quay.io/thoth-station/s2i-custom-notebook:latest | ||
# registry: quay.io | ||
# registry-org: aicoe | ||
# registry-project: <CHANGE-ME> | ||
# registry-secret: aicoe-pusher-secret | ||
|
||
build: | ||
build-stratergy: Source | ||
build-source-script: "image:///opt/app-root/builder" | ||
base-image: quay.io/thoth-station/s2i-custom-notebook:latest | ||
custom-tag: latest | ||
registry: quay.io | ||
registry-org: aicoe | ||
registry-project: time-series | ||
registry-secret: aicoe-pusher-secret |
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 |
---|---|---|
|
@@ -18,4 +18,4 @@ plotly = "*" | |
kaleido = "*" | ||
|
||
[requires] | ||
python_version = "3.8" | ||
python_version = "3.6" |
Oops, something went wrong.