add binder files #3
This commit is contained in:
parent
56922a2e48
commit
0287f46a82
|
@ -0,0 +1,2 @@
|
||||||
|
openjdk-8-jre
|
||||||
|
lsof
|
|
@ -0,0 +1,14 @@
|
||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
# Install bash_kernel https://github.com/takluyver/bash_kernel
|
||||||
|
python -m bash_kernel.install
|
||||||
|
|
||||||
|
# Install go-task https://github.com/go-task/task
|
||||||
|
wget -q https://github.com/go-task/task/releases/download/v3.2.2/task_linux_amd64.tar.gz
|
||||||
|
tar -xzf task_linux_amd64.tar.gz
|
||||||
|
mkdir -p $HOME/.local/bin
|
||||||
|
mv task $HOME/.local/bin/
|
||||||
|
|
||||||
|
# Run install task to download OpenRefine and openrefine-client
|
||||||
|
task install
|
|
@ -0,0 +1,2 @@
|
||||||
|
jupyter-server-proxy==1.5.3
|
||||||
|
bash_kernel==0.7.2
|
Loading…
Reference in New Issue