Skip to content

Commit a8f6f5d

Browse files
committed
change default to 'yaml'
1 parent f303e56 commit a8f6f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG CUDA_BASE_IMAGE_TAG=12.1.1-cudnn8-devel-ubuntu22.04
33
FROM 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
99
RUN 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
3131
COPY environments/production.lock /opt/openfold3/production.lock
3232
COPY environments/production.yml /opt/openfold3/production.yml
3333

0 commit comments

Comments
 (0)