Skip to content

Commit

Permalink
Add .env_docker.example with previous values. (#1818)
Browse files Browse the repository at this point in the history
Closes: # #1759
  • Loading branch information
ZeroCool940711 authored Sep 2, 2023
2 parents 6cb11e5 + 7c70655 commit adf3ac6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .env_docker.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Force miniconda to attempt to update on every container restart
# instead only when changes are detected
CONDA_FORCE_UPDATE=false

# Validate the model files on every container restart
# (useful to set to false after you're sure the model files are already in place)
VALIDATE_MODELS=true

#Automatically relaunch the webui on crashes
WEBUI_RELAUNCH=true

#Pass cli arguments to webui.py e.g:
#WEBUI_ARGS=--gpu=1 --esrgan-gpu=1 --gfpgan-gpu=1
WEBUI_ARGS=

0 comments on commit adf3ac6

Please sign in to comment.