You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| v1.0.0 | 1. Partitioned GPUs are not supported.<br> 2. RPM builds are experimental. |
140
+
125
141
## Building from Source
126
142
To build debian package, use the following command.
127
143
@@ -135,10 +151,14 @@ To build rpm package, use the following command.
135
151
make pkg-rpm
136
152
```
137
153
154
+
> [!WARNING]
155
+
> The RPM package is still experimental in nature and may not be fully stable.
156
+
138
157
The packages will be generated in the ```bin``` folder.
139
158
140
159
# Documentation
141
-
For detailed documentation including installation guides and configuration options, see the documentation.
160
+
For detailed documentation including installation guides and configuration options, see the [documentation](https://instinct.docs.amd.com/projects/container-toolkit/en/latest).
142
161
143
162
# License
144
163
This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/ROCm/container-toolkit/blob/main/LICENSE) file for details.
0 commit comments