maitrayeec / deepracer-utilities

Utilities for managing rules of the road for deepracer event
Apache License 2.0
0 stars 0 forks source link

Announcements

Introduction

DeepRacer Usage Monitor is a lambda function that can be used by teams to monitor their costs and terminate any runaway training sessions.

How to setup

Features

Completed

In Progress

Backlog

Additional Documentation.

Docker instructions

cd .devcontainer
docker image build -t devcontainer:latest .
cd ../
docker container run -v "$(pwd):/code" --name devcont -it devcontainer:latest /bin/zsh 

## reattach to topped container
docker start devcont
docker exec -it devcont /bin/zsh