Skip to content

Commit

Permalink
Remove e2b related code (#142)
Browse files Browse the repository at this point in the history
Remove e2b
  • Loading branch information
humpydonkey authored Jun 19, 2024
1 parent 71cc56c commit 8cdbf38
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 97 deletions.
40 changes: 0 additions & 40 deletions .dockerignore

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,3 @@ jobs:
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish --build -vvv
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.17.1
- name: Install e2b CLI
run: npm install -g @e2b/cli@latest
- name: E2B Publish Sandbox Template
run: e2b template build -d e2b/e2b.Dockerfile -c "/root/.jupyter/start-up.sh" --cpu-count 2 --memory-mb 1024
env:
E2B_ACCESS_TOKEN: ${{ secrets.E2B_ACCESS_TOKEN }}
17 changes: 0 additions & 17 deletions e2b.toml

This file was deleted.

5 changes: 0 additions & 5 deletions e2b/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions e2b/e2b.Dockerfile

This file was deleted.

0 comments on commit 8cdbf38

Please sign in to comment.