We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f3a42 commit d449d21Copy full SHA for d449d21
.github/workflows/build_test_template.yml
@@ -46,6 +46,7 @@ jobs:
46
platforms: linux/amd64
47
cache-from: type=gha
48
cache-to: type=gha,mode=max
49
+ tags: e2bdev/code-interpreter-test:latest
50
51
- name: Install E2B CLI
52
run: npm install -g @e2b/cli
@@ -54,7 +55,7 @@ jobs:
54
55
id: build-template
56
run: |
57
rm -f e2b.toml
- echo "FROM ${{ steps.docker-build.outputs.imageid }}" > test.Dockerfile
58
+ echo "FROM e2bdev/code-interpreter:latest" > test.Dockerfile
59
e2b template build --memory-mb 1024 -c "/root/.jupyter/start-up.sh" -d "test.Dockerfile" | tee build_output.txt
60
TEMPLATE_ID=$(grep "Requested build for the sandbox template" build_output.txt | awk '{print $NF}')
61
echo "Captured Template ID: $TEMPLATE_ID"
0 commit comments