We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6b983 commit 4209f20Copy full SHA for 4209f20
1 file changed
models/esm2/Dockerfile
@@ -3,4 +3,4 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
3
WORKDIR /workspace/bionemo
4
COPY . .
5
RUN --mount=type=cache,target=/root/.cache/uv \
6
- PIP_CONTRAINT= pip install -e .
+ PIP_CONSTRAINT= pip install -e .
0 commit comments