Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions docs/container-runtime/index.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/container-runtime/quick-start-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Step 5: Configure Docker Runtime for AMD GPUs

.. code-block:: bash

sudo amd-ctk configure runtime
sudo amd-ctk runtime configure
sudo systemctl restart docker

This configuration ensures that Docker is aware of the AMD container runtime and is able to support GPU-accelerated workloads using AMD Instinct devices.
Expand Down
3 changes: 0 additions & 3 deletions docs/container-runtime/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Versioning Information

Current Version: **1.0.0**

- ROCm Compatibility: **6.3.x**
- Docker Compatibility: **25.0+**
- Supported Distributions: Ubuntu 22.04, Ubuntu 24.04

Expand Down Expand Up @@ -62,10 +61,8 @@ Compatibility Matrix
:header-rows: 1

* - AMD Container Toolkit
- ROCm Version
- Docker Version
* - 1.0.0
- 6.3.x
- 25.0+

Next Steps
Expand Down
15 changes: 14 additions & 1 deletion docs/container-runtime/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Operating Systems
- Ubuntu 24.04 LTS (Noble Numbat)
- RHEL 9.x (Pensando supported)

<<<<<<< HEAD
Software Requirements:
-----------------------
- ROCm Software Stack: Version 6.4.x (Pensando validated)
Expand All @@ -22,16 +23,28 @@ Hardware Requirements:
- Pensando DSC-25 or DSC-100 SmartNIC
- CPU with virtualization support (if containers require nested environments).

=======
>>>>>>> upstream/release/1.0.x
Compatibility Matrix
--------------------
- Please refer to the compatibility matrix before proceeding.

- Each AMD Container Toolkit release is tightly coupled with a specific ROCm and AMDGPU driver version. Please refer to the compatibility matrix before proceeding.
.. list-table:: Compatibility Matrix
:header-rows: 1
:widths: 30 20

<<<<<<< HEAD
+--------------------------------------+---------------+-----------------------+-----------------------+
| Container Toolkit Debian Version | ROCm Version | AMDGPU Driver Version | Pensando FW Version |
+--------------------------------------+---------------+-----------------------+-----------------------+
| amd-container-toolkit-1.0.0 | ROCm 6.4.x | 6.11.0 | 1.60.0 |
+--------------------------------------+---------------+-----------------------+-----------------------+
=======
* - Container Toolkit Debian Version
- Docker Version
* - amd-container-toolkit-1.0.0
- 25+
>>>>>>> upstream/release/1.0.x

Note
----
Expand Down
10 changes: 10 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ myst:
# AMD Container Toolkit Documentation

This documentation site provides information about the AMD Container Toolkit, which is a set of tools and libraries for running GPU-accelerated applications in containers. The ROCm platform is designed to enable high-performance computing (HPC) and machine learning workloads on AMD GPUs.

- [Overview](container-runtime/overview.rst)
- [Requirements](container-runtime/requirements.rst)
- [Quick Start Guide](container-runtime/quick-start-guide.rst)
- [Framework Integration](container-runtime/framework-integration.rst)
- [Troubleshooting](container-runtime/troubleshooting.rst)
- [Migration Guide](container-runtime/migration-guide.rst)
- [Developer Guide](container-runtime/developer-guide.rst)
- [Docker Compose](container-runtime/docker-compose.rst)
- [Release Notes](container-runtime/release-notes.rst)
42 changes: 19 additions & 23 deletions docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
root: index.md
subtrees:
- caption: Tools
- caption: AMD Container Toolkit
entries:
- file: container-runtime/index.rst
title: AMD Container Toolkit
subtrees:
- entries:
- file: container-runtime/overview.rst
title: Overview
- file: container-runtime/requirements.rst
title: Requirements
- file: container-runtime/quick-start-guide.rst
title: Quick Start Guide
- file: container-runtime/framework-integration.rst
title: Framework Integration
- file: container-runtime/troubleshooting
title: Troubleshooting
- file: container-runtime/migration-guide.rst
title: Migration Guide
- file: container-runtime/developer-guide.rst
title: Developer Guide
- file: container-runtime/docker-compose.rst
title: Docker Compose Usage
- file: container-runtime/release-notes.rst
title: Release Notes
- file: container-runtime/overview.rst
title: Overview
- file: container-runtime/requirements.rst
title: Requirements
- file: container-runtime/quick-start-guide.rst
title: Quick Start Guide
- file: container-runtime/framework-integration.rst
title: Framework Integration
- file: container-runtime/troubleshooting.rst
title: Troubleshooting
- file: container-runtime/migration-guide.rst
title: Migration Guide
- file: container-runtime/developer-guide.rst
title: Developer Guide
- file: container-runtime/docker-compose.rst
title: Docker Compose Usage
- file: container-runtime/release-notes.rst
title: Release Notes