Skip to content

Commit ec320ba

Browse files
committed
fixing model dockerfiles
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent 3073626 commit ec320ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

models/amplify/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
88
WORKDIR /workspace/bionemo
99
COPY . .
1010
RUN --mount=type=cache,target=/root/.cache/uv \
11-
uv pip install --system --break-system-packages -e .
11+
PIP_CONSTRAINT= pip install -e .

models/esm2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
33
WORKDIR /workspace/bionemo
44
COPY . .
55
RUN --mount=type=cache,target=/root/.cache/uv \
6-
uv pip install --system --break-system-packages -e .
6+
PIP_CONTRAINT= pip install -e .

0 commit comments

Comments
 (0)