When we are installing an internal python library on serverless clusters, we need to specify an http proxy, which is possible through pip but not possible today with using SDK.
curl -L -O https://github.com/leoafarias/fvm/releases/download/4.0.1/fvm-4.0.1-linux-riscv64.tar.gz tar xzf fvm-4.0.1-linux-riscv64.tar.gz cd fvm ubuntu@ubuntu:~/fvm ...