build: update bash kernel scripts and add qsv binary

This commit is contained in:
rzmk 2024-05-29 09:34:19 -04:00
parent 1929fe83b0
commit 463772e5ba
3 changed files with 2 additions and 7 deletions

View file

@ -30,6 +30,7 @@ jobs:
- name: Install dependencies
run: |
pip install -e ./bash_kernel
python -m bash_kernel.install
# (optional) Cache your executed notebooks between runs

BIN
path_files/qsv Normal file

Binary file not shown.

View file

@ -2,13 +2,7 @@
set -ex
pip install bash_kernel
pip install -e ./bash_kernel
python -m bash_kernel.install
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 ..