[be1279]: / .devcontainer / postCreateCommand.sh

Download this file

6 lines (4 with data), 139 Bytes

1
2
3
4
5
#!/bin/bash
for sub in ./3rdparty/*/ ./sub-packages/bionemo-*/; do
uv pip install --no-deps --no-build-isolation --editable $sub
done