Skip to content

geometric-intelligence/bop

Repository files navigation

bop

Set up

$ conda create -n bop --file conda-linux-64.lock
$ conda activate bop
$ poetry install --with=dev,gpu --no-root

Dev

Only run if changes are made to the environment files.

To recreate the conda lock, after modifying conda.yaml:

pip install conda-lock
make conda-linux-64.lock

To recreate the poetry lock, after modifying pyproject.toml:

make poetry.lock

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages