mirror of
https://github.com/opencultureconsulting/openrefine-task-runner.git
synced 2025-02-16 00:00:41 +01:00
add binder files #3
This commit is contained in:
parent
56922a2e48
commit
0287f46a82
2
binder/apt.txt
Normal file
2
binder/apt.txt
Normal file
@ -0,0 +1,2 @@
|
||||
openjdk-8-jre
|
||||
lsof
|
14
binder/postBuild
Executable file
14
binder/postBuild
Executable file
@ -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
|
2
binder/requirements.txt
Normal file
2
binder/requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
jupyter-server-proxy==1.5.3
|
||||
bash_kernel==0.7.2
|
Loading…
x
Reference in New Issue
Block a user