Skip to content

Commit

Permalink
Merge pull request #157 from aws-deepracer-community/app-region
Browse files Browse the repository at this point in the history
Pass AWS_REGION into rl_coach
  • Loading branch information
MarkRoss-Eviden authored Mar 12, 2024
2 parents 908a05e + c495aa0 commit d2bdadd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose-training.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
rl_coach:
image: awsdeepracercommunity/deepracer-rlcoach:${DR_COACH_IMAGE}
environment:
- AWS_REGION=${DR_AWS_APP_REGION}
- SAGEMAKER_IMAGE=${DR_SAGEMAKER_IMAGE}
- PRETRAINED=${DR_LOCAL_S3_PRETRAINED}
- PRETRAINED_S3_PREFIX=${DR_LOCAL_S3_PRETRAINED_PREFIX}
Expand Down

0 comments on commit d2bdadd

Please sign in to comment.