Skip to content

Commit ecdfe7e

Browse files
committed
pass CMAKE_CXX_STANDAR=17
1 parent 09421df commit ecdfe7e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker/alphafold3.dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ RUN conda run -n af3 pip install --upgrade pip && \
8282
jmp==0.0.4 \
8383
ml-dtypes==0.5.0 \
8484
"jax[cuda12]" \
85-
triton \
86-
jax-triton && \
85+
triton==3.1.0 \
86+
jax-triton==0.2.0 && \
8787
conda run -n af3 pip cache purge
8888

8989
# -----------------------------------------------------------------------------
@@ -101,6 +101,8 @@ ENV PYTHONUTF8=1
101101
ENV SKBUILD_CONFIGURE_OPTIONS="-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF"
102102
ENV SKBUILD_BUILD_OPTIONS="-j1"
103103
WORKDIR /AlphaPulldown/alphafold3
104+
ENV CMAKE_CXX_STANDARD=17
105+
ENV CXXFLAGS="-O2 -fno-lto -std=gnu++17"
104106

105107
RUN conda run -n af3 pip install --upgrade pip scikit_build_core pybind11 "cmake>=3.28" ninja && \
106108
conda run -n af3 pip install --no-build-isolation --no-deps . && \

0 commit comments

Comments
 (0)