From 831399bd8a240bef87d29cff9b5c5562c4111e43 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Fri, 7 Jun 2024 01:02:02 +0200 Subject: [PATCH] chore: add source for amdgpu and basic docker commands --- knowledge base/amdgpu.md | 2 ++ snippets/docker.sh | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 snippets/docker.sh 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