Skip to content

Commit

Permalink
Tweak perspective version
Browse files Browse the repository at this point in the history
  • Loading branch information
theocean154 committed May 6, 2022
1 parent 1fde611 commit 0faf5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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==0.5.1
python3 -m pip install perspective-python>=1.3

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

Expand Down

0 comments on commit 0faf5fc

Please sign in to comment.