Skip to content

Commit

Permalink
Merge pull request #14 from Shreyanand/master
Browse files Browse the repository at this point in the history
Add changes for ODH image
  • Loading branch information
tumido committed Jan 11, 2021
2 parents dc7f5fa + bfe5501 commit a99b9a8
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 164 deletions.
24 changes: 11 additions & 13 deletions .aicoe-ci.yaml
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
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ plotly = "*"
kaleido = "*"

[requires]
python_version = "3.8"
python_version = "3.6"
Loading

0 comments on commit a99b9a8

Please sign in to comment.