Amogh1221 commited on
Commit
04f0c88
·
verified ·
1 Parent(s): 611e4e0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -37,8 +37,8 @@ WORKDIR /app/src
37
  RUN wget -q https://tests.stockfishchess.org/api/nn/nn-9a0cc2a62c52.nnue && \
38
  wget -q https://tests.stockfishchess.org/api/nn/nn-47fc8b7fff06.nnue
39
 
40
- # Build from the detected 'src/' folder - ARCH=x86-64 is the official "Portable" build
41
- RUN make -j$(nproc) all ARCH=x86-64 && \
42
  mkdir -p /app/engine && \
43
  cp stockfish /app/engine/deepcastle && \
44
  chmod +x /app/engine/deepcastle && \
 
37
  RUN wget -q https://tests.stockfishchess.org/api/nn/nn-9a0cc2a62c52.nnue && \
38
  wget -q https://tests.stockfishchess.org/api/nn/nn-47fc8b7fff06.nnue
39
 
40
+ # Build from the detected 'src/' folder - ARCH=general-64 is the absolute safest build
41
+ RUN make -j$(nproc) all ARCH=general-64 && \
42
  mkdir -p /app/engine && \
43
  cp stockfish /app/engine/deepcastle && \
44
  chmod +x /app/engine/deepcastle && \