Fix formatting in README for Podman Compose section

This commit is contained in:
ROBERT MCDOWELL
2025-12-12 05:27:48 -08:00
committed by GitHub
parent 848781e7ee
commit b447f73ba3

View File

@@ -360,7 +360,7 @@ Docker run image:
Docker Compose (i.e. for cuda 11.8, add --build to rebuild):
DEVICE_TAG=cu118 docker compose up -d
Podman Compose (i.e. for cuda 12.4, add --build to rebuild)::
Podman Compose (i.e. for cuda 12.4, add --build to rebuild):
DEVICE_TAG=cu124 podman-compose up -d
* MPS is not exposed in docker so CPU must be used.