There was an error while loading. Please reload this page.
1 parent 2d1529a commit 3f854ddCopy full SHA for 3f854dd
1 file changed
docker/zisk/Dockerfile.server
@@ -18,9 +18,8 @@ ARG RUSTFLAGS
18
ARG CUDA_ARCHS=120
19
20
# proofman-starks-src reads /proc/cpuinfo to pick its SIMD flags, so a builder with AVX-512
21
-# produces an image that raises SIGILL on hosts without it. Pinning the baseline to AVX2 keeps
22
-# the published image runnable anywhere.
23
-ENV MAKEFLAGS="AVX512_SUPPORTED= AVX2_SUPPORTED=1"
+# produces an image that raises SIGILL on hosts without it. Disable the AVX-512 by default here.
+ARG MAKEFLAGS="AVX512_SUPPORTED="
24
25
RUN cargo build --release --package ere-server --bin ere-server --features zisk${CUDA:+,cuda} \
26
&& mkdir bin && mv target/release/ere-server bin/ere-server \
0 commit comments