Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/NVIDIA/bionemo-framework in…
Browse files Browse the repository at this point in the history
…to hillst/iterate-fastas
  • Loading branch information
skothenhill-nv committed Dec 17, 2024
2 parents d764063 + 8bfbc06 commit 0e41180
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ COPY --from=ghcr.io/astral-sh/uv:0.4.25 /uv /usr/local/bin/uv
ENV UV_LINK_MODE=copy \
UV_COMPILE_BYTECODE=1 \
UV_PYTHON_DOWNLOADS=never \
UV_SYSTEM_PYTHON=true
UV_SYSTEM_PYTHON=true \
UV_NO_CACHE=1

# Install the bionemo-geomtric requirements ahead of copying over the rest of the repo, so that we can cache their
# installation. These involve building some torch extensions, so they can take a while to install.
Expand Down

0 comments on commit 0e41180

Please sign in to comment.