Skip to content

Commit

Permalink
final tweaks for perspective manylinux build
Browse files Browse the repository at this point in the history
  • Loading branch information
theocean154 committed May 6, 2022
1 parent aaed97d commit 355af75
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
3 changes: 0 additions & 3 deletions binder/apt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
cmake
graphviz-dev
libboost-filesystem-dev
sudo
6 changes: 0 additions & 6 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
#!/bin/bash
wget https://cmake.org/files/v3.15/cmake-3.15.4-Linux-x86_64.sh -q && mkdir /tmp/cmake && printf "y\nn\n" | sh cmake-3.15.4-Linux-x86_64.sh --prefix=/tmp/cmake > /dev/null && rm -rf cmake-3.15.4-Linux-x86_64.sh
export PATH=/tmp/cmake/bin:$PATH

python3 -m pip install perspective-python>=1.3

export NODE_OPTIONS=--max-old-space-size=2048

EXTENSIONS="
@finos/perspective-jupyterlab@1.3.11
"


until jupyter labextension install $EXTENSIONS --no-build
do
echo "Extension failed to install"
Expand Down
1 change: 1 addition & 0 deletions binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pandas>=1
pandoc
panel
papermill
perspective-python
plotly
pyarrow
pyviz-comms
Expand Down
2 changes: 1 addition & 1 deletion binder/runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.7
python-3.9

0 comments on commit 355af75

Please sign in to comment.