Skip to content

Commit

Permalink
Update config.yaml to conform with the revised SageMaker official doc…
Browse files Browse the repository at this point in the history
…ument (flyteorg#175)

* update config.yaml

* yaml scalars have to be quoted to avoid trailing zeros being truncated

* quote algo name and all cap -- just to make it consistent everywhere
  • Loading branch information
bnsblue authored Aug 11, 2020
1 parent a5c50f8 commit 86137af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions flytepropeller/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ plugins:
roleArn: "arn:aws:iam::123456789012:role/test-development"
region: "us-east-1"
prebuiltAlgorithms:
- name: xgboost
- name: "XGBOOST"
regionalConfigs:
- region: "us-east-1"
versionConfigs:
- version: 0.72
image: "811284229777.dkr.ecr.us-east-1.amazonaws.com/xgboost:latest"
- version: 0.90
image: "683313688378.dkr.ecr.us-east-1.amazonaws.com/xgboost:latest"
- version: "0.90"
image: "683313688378.dkr.ecr.us-east-1.amazonaws.com/sagemaker-xgboost:0.90-2-cpu-py3"
- version: "1.0"
image: "683313688378.dkr.ecr.us-east-1.amazonaws.com/sagemaker-xgboost:1.0-1-cpu-py3"
# Logging configuration
logs:
kubernetes-enabled: true
Expand Down

0 comments on commit 86137af

Please sign in to comment.