Skip to content

Commit

Permalink
Attempts to bump the base image to pytorch:24.07
Browse files Browse the repository at this point in the history
  • Loading branch information
pstjohn committed Dec 23, 2024
1 parent 53fe801 commit 9aa9b2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image with apex and transformer engine, but without NeMo or Megatron-LM.
ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:24.02-py3
ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:24.07-py3

FROM rust:1.82.0 as rust-env

Expand Down Expand Up @@ -91,7 +91,6 @@ ENV UV_LINK_MODE=copy \
# 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.
RUN --mount=type=bind,source=./sub-packages/bionemo-geometric/requirements.txt,target=/requirements-pyg.txt \
--mount=type=cache,id=uv-cache,target=/root/.cache,sharing=locked \
uv pip install --no-build-isolation -r /requirements-pyg.txt

WORKDIR /workspace/bionemo2
Expand Down

0 comments on commit 9aa9b2a

Please sign in to comment.