Skip to content

Commit

Permalink
Fix mounting in Lstein (AbdBarho#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdBarho committed Dec 4, 2022
1 parent f1a1641 commit bdee804
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions services/lstein/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -Eeuo pipefail
declare -A MOUNTS

# cache
MOUNTS["/root/.cache"]=/data/.cache
MOUNTS["/root/.cache"]=/data/.cache/

# ui specific
MOUNTS["${ROOT}/models/codeformer"]=/data/Codeformer/
Expand All @@ -15,9 +15,9 @@ MOUNTS["${ROOT}/models/gfpgan/weights"]=/data/.cache/

MOUNTS["${ROOT}/models/realesrgan"]=/data/RealESRGAN/

MOUNTS["${ROOT}/models/bert-base-uncased"]=/data/.cache/huggingface/transformers
MOUNTS["${ROOT}/models/openai/clip-vit-large-patch14"]=/data/.cache/huggingface/transformers
MOUNTS["${ROOT}/models/CompVis/stable-diffusion-safety-checker"]=/data/.cache/huggingface/transformers
MOUNTS["${ROOT}/models/bert-base-uncased"]=/data/.cache/huggingface/transformers/
MOUNTS["${ROOT}/models/openai/clip-vit-large-patch14"]=/data/.cache/huggingface/transformers/
MOUNTS["${ROOT}/models/CompVis/stable-diffusion-safety-checker"]=/data/.cache/huggingface/transformers/


# hacks
Expand Down

0 comments on commit bdee804

Please sign in to comment.