remote builder exit 137 installing torch

Assuming a memory constraint, not a big deal as I can just build elsewhere, but just to note.

Collecting torch==1.7.1
  Downloading torch-1.7.1-cp38-cp38-manylinux1_x86_64.whl (776.8 MB)
Killed
Error The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 137

I also likely can get a slimmed cpu version, looking into that now…

You can scale the VM resources of builders just like other apps.

Try running flyctl scale memory 4096 -a builder-name

If you don’t know the builder app name run flyctl apps list | grep builder

Ah yea of course :slight_smile:

We need to document that :wink: