Skip to content

Commit

Permalink
Add binder support.
Browse files Browse the repository at this point in the history
Signed-off-by: James Goppert <james.goppert@gmail.com>
  • Loading branch information
jgoppert committed Jul 21, 2023
1 parent 96b28b1 commit f427795
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
set -ex

echo "Installing poetry environment"

poetry install
1 change: 1 addition & 0 deletions binder/requirements
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
poetry
3 changes: 3 additions & 0 deletions binder/start
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

exec "$@"

0 comments on commit f427795

Please sign in to comment.