File size: 209 Bytes
f8b5d42
 
 
 
 
 
 
1
2
3
4
5
6
7
8
/**
 * This component is used to select, start, and manage NVIDIA NIM
 * containers and images via docker management tools.
 */
export default function ManagedNvidiaNimOptions({ settings }) {
  return null;
}