Skip to content

Commit

Permalink
Pass Telegraf Variables to RL-Coach
Browse files Browse the repository at this point in the history
  • Loading branch information
larsll committed Jul 12, 2024
1 parent addfe0d commit 1770afe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose-training.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ services:
- MODELMETADATA_FILE_S3_KEY=${DR_LOCAL_S3_MODEL_METADATA_KEY}
- CUDA_VISIBLE_DEVICES=${DR_SAGEMAKER_CUDA_DEVICES:-}
- MAX_MEMORY_STEPS=${DR_TRAIN_MAX_STEPS_PER_ITERATION:-}
- TELEGRAF_HOST=${DR_TELEGRAF_HOST:-}
- TELEGRAF_PORT=${DR_TELEGRAF_PORT:-}
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "/tmp/sagemaker:/tmp/sagemaker"
Expand Down

0 comments on commit 1770afe

Please sign in to comment.