Commit ecdfe7e 1 parent 09421df commit ecdfe7e Copy full SHA for ecdfe7e
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ RUN conda run -n af3 pip install --upgrade pip && \
82
82
jmp==0.0.4 \
83
83
ml-dtypes==0.5.0 \
84
84
"jax[cuda12]" \
85
- triton \
86
- jax-triton && \
85
+ triton==3.1.0 \
86
+ jax-triton==0.2.0 && \
87
87
conda run -n af3 pip cache purge
88
88
89
89
# -----------------------------------------------------------------------------
@@ -101,6 +101,8 @@ ENV PYTHONUTF8=1
101
101
ENV SKBUILD_CONFIGURE_OPTIONS="-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF"
102
102
ENV SKBUILD_BUILD_OPTIONS="-j1"
103
103
WORKDIR /AlphaPulldown/alphafold3
104
+ ENV CMAKE_CXX_STANDARD=17
105
+ ENV CXXFLAGS="-O2 -fno-lto -std=gnu++17"
104
106
105
107
RUN conda run -n af3 pip install --upgrade pip scikit_build_core pybind11 "cmake>=3.28" ninja && \
106
108
conda run -n af3 pip install --no-build-isolation --no-deps . && \
You can’t perform that action at this time.
0 commit comments