Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 217ec68

Browse files
committed
0.2.7: feat: bumpd 0.7.8
1 parent 90b3804 commit 217ec68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/different-ai/embedbase:0.7.7-all
1+
FROM ghcr.io/different-ai/embedbase:0.7.8-all
22
COPY requirements.txt requirements.txt
33
RUN apt-get update && apt-get install -y git && apt-get clean && \
44
pip install -r requirements.txt && rm requirements.txt

service.prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccountName: [email protected]
1616
containerConcurrency: 80
1717
containers:
18-
image: gcr.io/embedbase/embedbase-hosted:0.2.6
18+
image: gcr.io/embedbase/embedbase-hosted:0.2.7
1919
startupProbe:
2020
httpGet:
2121
path: /health

0 commit comments

Comments
 (0)