From 7cbafc0540a37409ad294d5535685e1c64a92e2b Mon Sep 17 00:00:00 2001 From: wldhx Date: Tue, 26 Mar 2024 23:34:53 +0400 Subject: [PATCH] docker: Remove obsolete CLI_ARGS variable (#5726) --- docker/.env.example | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/.env.example b/docker/.env.example index 6e2ad6ac..2de9f0ab 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -2,8 +2,6 @@ # however for me to work i had to specify the exact version for my card ( 2060 ) it was 7.5 # https://developer.nvidia.com/cuda-gpus you can find the version for your card here TORCH_CUDA_ARCH_LIST=7.5 -# your command-line flags go here: -CLI_ARGS=--listen # the port the webui binds to on the host HOST_PORT=7860 # the port the webui binds to inside the container