docker: add options for CPU only, Intel GPU, AMD GPU (#5380)
This commit is contained in:
parent
d921f80322
commit
b1463df0a1
10 changed files with 252 additions and 46 deletions
|
|
@ -20,3 +20,6 @@ APP_RUNTIME_GID=6972
|
|||
# override default app build permissions (handy for deploying to cloud)
|
||||
#APP_GID=6972
|
||||
#APP_UID=6972
|
||||
# Set cache env
|
||||
TRANSFORMERS_CACHE=/home/app/text-generation-webui/cache/
|
||||
HF_HOME=/home/app/text-generation-webui/cache/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue