Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker/Dockerfile.pixi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# Build args:
# BASE_IMAGE - Base Docker image (default: ubuntu:22.04)
# PIXI_VERSION - Pixi version to install (default: v0.65.0)
# PIXI_VERSION - Pixi version to install (default: v0.68.0)
# PIXI_ENV - Pixi environment name (default: openfold3-cuda12)
#
# Example:
Expand All @@ -17,7 +17,7 @@ ARG BASE_IMAGE=ubuntu:22.04
# === Builder stage: install pixi and resolve environment ===
FROM ${BASE_IMAGE} AS builder

ARG PIXI_VERSION=v0.65.0
ARG PIXI_VERSION=v0.68.0
ARG PIXI_ENV=openfold3-cuda12

# Install minimal system dependencies
Expand Down Expand Up @@ -54,7 +54,7 @@ RUN CUDA_FEATURE=$(echo "${PIXI_ENV}" | grep -oP 'cuda\d+') && \
# === Devel stage: lean runtime image with pixi activation ===
FROM ${BASE_IMAGE} AS devel

ARG PIXI_VERSION=v0.65.0
ARG PIXI_VERSION=v0.68.0
ARG PIXI_ENV=openfold3-cuda12

# Install runtime system dependencies
Expand Down
Loading
Loading