Docker Quickstart
Estimated time: 5 minutes, 6 minutes with buffer.
Pulling a Docker Image
docker pull tensorwavehq/hello_world:latestdocker imagesREPOSITORY TAG IMAGE ID CREATED SIZE
tensorwavehq/hello_world latest 359e600f7aac 2 minutes ago 61.2GBRunning a Docker Container
Using the docker run Command
docker run --device /dev/kfd --device /dev/dri --group-add video tensorwavehq/hello_world:latestUsing docker-compose
Verifying Setup
Last updated

