We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3073626 commit ec320baCopy full SHA for ec320ba
2 files changed
models/amplify/Dockerfile
@@ -8,4 +8,4 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
8
WORKDIR /workspace/bionemo
9
COPY . .
10
RUN --mount=type=cache,target=/root/.cache/uv \
11
- uv pip install --system --break-system-packages -e .
+ PIP_CONSTRAINT= pip install -e .
models/esm2/Dockerfile
@@ -3,4 +3,4 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
3
4
5
6
+ PIP_CONTRAINT= pip install -e .
0 commit comments