Skip to content

Commit

Permalink
add pip packages with conda constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Sep 26, 2023
1 parent 6a4ecd9 commit 520ce1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ specs:
- streamlit
- traitlets
license_file: LICENSE
post_install: ./scripts/post_install.sh
7 changes: 7 additions & 0 deletions scripts/post_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

echo "Installing pip dependencies"
pip install gradio --no-deps
pip install git+https://github.com/nebari-dev/jhub-apps.git --no-deps
echo "pip dependencies installed"
echo "post install finished"

0 comments on commit 520ce1d

Please sign in to comment.