mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-18 16:19:26 +00:00
Compare commits
10 commits
a2996430e7
...
eca830a9ad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eca830a9ad | ||
|
|
219c217b0f | ||
|
|
46674ba20b | ||
|
|
919fe26540 | ||
|
|
ca8813184d | ||
|
|
d117d0ca6a | ||
|
|
e165786be3 | ||
|
|
21c810f994 | ||
|
|
2e2d3c93e6 | ||
|
|
b149c3f385 |
4 changed files with 4 additions and 3 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -31,12 +31,12 @@ jobs:
|
||||||
|
|
||||||
- name: Add qsv to PATH
|
- name: Add qsv to PATH
|
||||||
run: |
|
run: |
|
||||||
echo "${GITHUB_WORKSPACE}/path_files" >> $GITHUB_PATH
|
mkdir path_files && cd path_files && curl -LO https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv && chmod +x qsv && echo "${GITHUB_WORKSPACE}/path_files" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -e ./bash_kernel
|
pip install -e ./bash_kernel
|
||||||
pip install jupyter-book
|
pip install "jupyter-book<2.0"
|
||||||
python -m bash_kernel.install
|
python -m bash_kernel.install
|
||||||
|
|
||||||
# (optional) Cache your executed notebooks between runs
|
# (optional) Cache your executed notebooks between runs
|
||||||
|
|
|
||||||
BIN
path_files/qsv
BIN
path_files/qsv
Binary file not shown.
|
|
@ -1,2 +1,2 @@
|
||||||
jupyter-book
|
jupyter-book<2.0
|
||||||
jupyterlab
|
jupyterlab
|
||||||
|
|
|
||||||
1
start
1
start
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
python -m bash_kernel.install
|
python -m bash_kernel.install
|
||||||
|
mkdir ~/path_files && cd ~/path_files && curl -LO "https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv" && chmod +x qsv && cd ~
|
||||||
export PATH=$HOME/path_files:$PATH
|
export PATH=$HOME/path_files:$PATH
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue