Spaces:
Running
Running
iridescentX
commited on
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
# Cloned from https://huggingface.co/spaces/limcheekin/bge-small-en-v1.5/tree/main
|
2 |
# Define global args
|
3 |
# ARG MODEL="BAAI/bge-small-en-v1.5"
|
4 |
-
ARG MODEL="sentence-transformers/all-MiniLM-L12-v2"
|
5 |
# ARG MODEL="sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
|
|
|
|
|
6 |
|
7 |
FROM debian:bullseye-slim AS build-image
|
8 |
|
|
|
1 |
# Cloned from https://huggingface.co/spaces/limcheekin/bge-small-en-v1.5/tree/main
|
2 |
# Define global args
|
3 |
# ARG MODEL="BAAI/bge-small-en-v1.5"
|
|
|
4 |
# ARG MODEL="sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
|
5 |
+
# ARG MODEL="sentence-transformers/all-MiniLM-L12-v2"
|
6 |
+
ARG MODEL="BAAI/bge-small-zh-v1.5"
|
7 |
|
8 |
FROM debian:bullseye-slim AS build-image
|
9 |
|