Network Drivers
How to get docker images up-and-running on TensorWave clusters.
Copy
apiVersion: v1
kind: Pod
metadata:
name: host-network-example
spec:
hostNetwork: true # <=== this enables host network
containers:
- name: pytorch
image: tensorwavehq/pytorch:latestAINIC (MI355X)
Broadcom (MI325X & MI300X)
Mounting Worker-Pod Network Software with CDI
Last updated

