docker-compose up -d
docker-compose down -dShow list of running containers and assigned GPU:
dockerpsGet an interactive shell in the container:
dockerexec <container_id> /bin/bashIn case you want to build the Docker image manually and locally:
docker build -t <your_image_tag> <path_to_dockerfile>You can use your local image as outlined above.