mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 08:39:24 +00:00
build: update with start file
This commit is contained in:
parent
e5650118a7
commit
4c1377e2c6
4 changed files with 5 additions and 17 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -32,8 +32,6 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -e ./bash_kernel
|
pip install -e ./bash_kernel
|
||||||
pip install jupyter-book
|
|
||||||
python -m bash_kernel.install
|
|
||||||
|
|
||||||
# (optional) Cache your executed notebooks between runs
|
# (optional) Cache your executed notebooks between runs
|
||||||
# if you have config:
|
# if you have config:
|
||||||
|
|
|
||||||
15
postBuild
15
postBuild
|
|
@ -1,15 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
pip install bash_kernel
|
|
||||||
python -m bash_kernel.install
|
|
||||||
|
|
||||||
rm -rf path_files
|
|
||||||
mkdir path_files
|
|
||||||
export PATH=/home/jovyan/path_files:$PATH
|
|
||||||
cd path_files
|
|
||||||
curl -LO https://github.com/jqnatividad/qsv/releases/download/0.128.0/qsv-0.128.0-x86_64-unknown-linux-gnu.zip
|
|
||||||
unzip qsv-0.128.0-x86_64-unknown-linux-gnu.zip
|
|
||||||
rm qsv*
|
|
||||||
cd ..
|
|
||||||
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
jupyter-book
|
||||||
4
start
Normal file
4
start
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
python -m bash_kernel.install
|
||||||
|
export PATH=/home/jovyan/path_files:$PATH
|
||||||
Loading…
Add table
Add a link
Reference in a new issue