docker: Remove obsolete CLI_ARGS variable (#5726)

This commit is contained in:
wldhx 2024-03-26 23:34:53 +04:00 committed by GitHub
parent bdcf31035f
commit 7cbafc0540
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -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