Skip to content

Commit 4209f20

Browse files
committed
fixing typo in dockerfile
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent cf6b983 commit 4209f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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-
PIP_CONTRAINT= pip install -e .
6+
PIP_CONSTRAINT= pip install -e .

0 commit comments

Comments
 (0)