# waterland-studio on irv-ml1. Real .env lives on the host; every value below # is the compose default, so an absent .env is a working configuration. WLS_PORT=8410 WLS_CONTAINER=waterland-studio WLS_BACKEND=cupy # Docker's device index for the A6000 on this host. Device 0 is the 3090 and # hosts the TTS zoo — do not point this at it. WLS_GPU_ID=1 # The A6000's index INSIDE the container. Exactly one GPU is exposed, so it is # 0 here even though it is 1 on the host. See the Dockerfile. WLS_CUDA_TARGET=0