From b5b3d18773ac1a44d0d2d6f575b8c443ca2a36fa Mon Sep 17 00:00:00 2001 From: xr4dsh <146959987+xr4dsh@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:43:01 +0100 Subject: [PATCH] resonable cli args for docker container (#4727) --- docker/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/.env.example b/docker/.env.example index b254f53b..1ef45dc2 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -4,7 +4,7 @@ TORCH_CUDA_ARCH_LIST=7.5 # your command-line flags go here: -CLI_ARGS= +CLI_ARGS=--listen # the port the webui binds to on the host HOST_PORT=7860