DOCKER

Build an image

cd docker/image
docker build -t ubuntu:v22.04 .

Create a container

cd docker
./create_env.sh
# then enter text or choose otpion

MONITOR

TODO: Need to test more to catch exceptions

cd monitor
make # re-compile

watch -n1 ./smi # normal mode
watch -n1 -c ./smi -c # colorize texts
watch -n1 -c ./msi -cd # above && get docker container name of each pid

Expected output:

Screen Shot 2022-08-02 at 2 51 16 AM