Spaces:
Runtime error
Runtime error
limcheekin
commited on
Commit
•
db8aa1c
1
Parent(s):
7a605a6
chore: added InstructorEmbedding package
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -33,7 +33,7 @@ COPY --from=build-image ${MODEL} ${MODEL}
|
|
33 |
COPY ./main.py ./
|
34 |
COPY ./start_server.sh ./
|
35 |
COPY ./index.html ./
|
36 |
-
RUN pip install --no-cache-dir open-text-embeddings[server] && \
|
37 |
chmod +x ./start_server.sh
|
38 |
|
39 |
# Expose a port for the server
|
|
|
33 |
COPY ./main.py ./
|
34 |
COPY ./start_server.sh ./
|
35 |
COPY ./index.html ./
|
36 |
+
RUN pip install --no-cache-dir open-text-embeddings[server] InstructorEmbedding && \
|
37 |
chmod +x ./start_server.sh
|
38 |
|
39 |
# Expose a port for the server
|