Skip to content

Commit

Permalink
feat: pin bee-proto and code interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Aug 29, 2024
1 parent 99093e4 commit 79513cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
services:
bee-code-interpreter:
image: "iambeeagent/bee-code-interpreter:latest"
image: "iambeeagent/bee-code-interpreter:0.0.3"
environment:
KUBECONFIG: /root/kubeconfig.yaml
APP_EXECUTOR_IMAGE: "iambeeagent/bee-code-executor:latest"
APP_EXECUTOR_IMAGE: "iambeeagent/bee-code-executor:0.0.3"
APP_EXECUTOR_CONTAINER_RESOURCES: "{}"
APP_FILE_STORAGE_PATH: "/storage"
volumes:
Expand All @@ -27,7 +27,7 @@ services:
else
kubectl create job pull-image --image "$${APP_EXECUTOR_IMAGE}" -- /bin/sh -c "echo done";
fi &&
kubectl wait --for=condition=complete job/pull-image --timeout 3600s &&
kubectl wait --for=condition=complete job/pull-image --timeout 1800s &&
echo 'Image pulled successfully' &&
python -m code_interpreter
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@connectrpc/connect-node": "^1.4.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"bee-proto": "0.0.1",
"bee-proto": "0.0.2",
"dirty-json": "0.9.2",
"duck-duck-scrape": "^2.2.5",
"fast-xml-parser": "^4.4.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2515,7 +2515,7 @@ __metadata:
"@types/turndown": "npm:^5.0.5"
ajv: "npm:^8.17.1"
ajv-formats: "npm:^3.0.1"
bee-proto: "npm:0.0.1"
bee-proto: "npm:0.0.2"
dirty-json: "npm:0.9.2"
dotenv: "npm:^16.4.5"
duck-duck-scrape: "npm:^2.2.5"
Expand Down Expand Up @@ -2575,13 +2575,13 @@ __metadata:
languageName: unknown
linkType: soft

"bee-proto@npm:0.0.1":
version: 0.0.1
resolution: "bee-proto@npm:0.0.1"
"bee-proto@npm:0.0.2":
version: 0.0.2
resolution: "bee-proto@npm:0.0.2"
dependencies:
"@bufbuild/protobuf": "npm:^1.10.0"
"@connectrpc/connect": "npm:^1.4.0"
checksum: 10c0/abb4828e4b4391346b352478e1aa4025cc1f9864ada0b50ed98d99bd61c61376f0937820711d33ab930954d48770cd186000db66634ad7a221e2d493b768b58c
checksum: 10c0/197a092b4a3e04c9c14853ad7f3122e10810186112c91a3911c666cb56bffa3bd1f172c5f4738b7371e8558b3b159944c9306b9042c58a01d4156eaf7594d0ac
languageName: node
linkType: hard

Expand Down

0 comments on commit 79513cf

Please sign in to comment.