Anonymous 37866ae727
Some checks are pending
Deploy Jekyll with GitHub Pages dependencies preinstalled / build (push) Waiting to run
Deploy Jekyll with GitHub Pages dependencies preinstalled / deploy (push) Blocked by required conditions
docs
2024-07-06 12:09:00 +08:00

12 lines
422 B
Bash

set -ex
cat /scripts/certs/certificate.crt >> /etc/ssl/certs/ca-certificates.crt
pip config set global.index-url https://pypi.local.homeinfra.org/simple
pip config set global.trusted-host pypi.local.homeinfra.org
pip download jinja2 --dest /tmp/pypi/
pip config set global.index-url https://torch.local.homeinfra.org/whl
pip config set global.trusted-host torch.local.homeinfra.org
pip download tqdm --dest /tmp/torch/