File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG CUDA_BASE_IMAGE_TAG=12.1.1-cudnn8-devel-ubuntu22.04
33FROM nvidia/cuda:${CUDA_BASE_IMAGE_TAG} AS builder
44
55# Environment mode: "lock" for reproducible builds, "yaml" for flexible dev builds
6- ARG BUILD_MODE=lock
6+ ARG BUILD_MODE=yaml
77
88# Install complete build dependencies including CUDA compiler tools
99RUN apt-get update && apt-get install -y \
@@ -27,7 +27,7 @@ ENV PATH=/opt/conda/bin:$PATH
2727
2828# Copy environment files for both modes (small files, good for caching)
2929# To regenerate the lock file, see docker/DOCKER.md
30- # Use BUILD_MODE=lock (default) for reproducible builds, BUILD_MODE=yml for flexible dev builds
30+ # Use BUILD_MODE=yaml (default) for reproducible builds, BUILD_MODE=yml for flexible dev builds
3131COPY environments/production.lock /opt/openfold3/production.lock
3232COPY environments/production.yml /opt/openfold3/production.yml
3333
You can’t perform that action at this time.
0 commit comments