build: update with start file

This commit is contained in:
rzmk 2024-05-29 12:33:24 -04:00
parent e5650118a7
commit 4c1377e2c6
4 changed files with 5 additions and 17 deletions

View file

@ -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 ..