diff --git a/knowledge base/amdgpu.md b/knowledge base/amdgpu.md index d62aeee..bf31fc1 100644 --- a/knowledge base/amdgpu.md +++ b/knowledge base/amdgpu.md @@ -69,6 +69,7 @@ sudo reboot ## Further readings - [ROCm documentation] +- [Docker Hub] ### Sources @@ -87,6 +88,7 @@ sudo reboot [components of rocm programming models]: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/native-install/package-manager-integration.html#components-of-rocm-programming-models +[docker hub]: https://hub.docker.com/u/rocm [native installation on sle]: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/native-install/sles.html [rocm documentation]: https://rocm.docs.amd.com/en/latest/ [running rocm docker containers]: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/docker.html diff --git a/snippets/docker.sh b/snippets/docker.sh new file mode 100644 index 0000000..a9f5f0a --- /dev/null +++ b/snippets/docker.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +docker images -a +docker images --digests