Skip to content

Commit

Permalink
fix(loom): Set correct owner on moved repo contextlib2
Browse files Browse the repository at this point in the history
  • Loading branch information
srounce authored and Schaechtle committed May 23, 2024
1 parent 4c3715b commit 5844c20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,9 @@ Native library for probability distributions in python used by Loom. NOTE: this

Other upstream python packages required by Distributions and/or Loom.

#### `.#loom.ociImg`

A Loom container image is also provided as a passthru attribute of `loom`. It can be built and loaded into your local Docker registry with the following command:
```sh
docker load -i $(nix build 'github:OpenGen/nix/loom-oci-img-attribute#loom.ociImg' --no-link --print-out-paths)
```

0 comments on commit 5844c20

Please sign in to comment.