Skip to content

Commit

Permalink
remove submodules in binder build
Browse files Browse the repository at this point in the history
  • Loading branch information
MFA-X-AI committed Feb 21, 2024
1 parent c8fd4b0 commit 16e9909
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binder/postBuild
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
find xai_components/ -mindepth 1 -maxdepth 1 -type d ! -name 'xai_controlflow' ! -name 'xai_events' ! -name 'xai_template' ! -name 'xai_utils' -exec rm -rf {} +
python -m pip install -U pip
pip install -e .
jupyter labextension develop . --overwrite
jupyter server extension enable xircuits
xircuits list
xircuits list

0 comments on commit 16e9909

Please sign in to comment.