Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Fix path to engine
Browse files Browse the repository at this point in the history
Signed-off-by: Đinh Hoàng Việt <134517889+M-DinhHoangViet@users.noreply.github.com>
  • Loading branch information
M-DinhHoangViet committed Jan 16, 2024
1 parent 2dcf553 commit 97555f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN pip --no-cache-dir install -U pip && pip --no-cache-dir install -r requireme

RUN curl -sSL https://raw.githubusercontent.com/ppigazzini/stockfish-downloader/main/posix_helper.sh | sh -s
RUN tar -xf stockfish-*.tar && rm stockfish-*.tar
RUN mv stockfish/stockfish-* engines/stockfish && rm -r stockfish
RUN mv stockfish/stockfish-* ./stockfish && rm -r stockfish

# Fairy-Stockfish - Depending on your CPU it may be necessary to pick a binary other than bmi2
# To use Fairy-Stockfish, uncomment the following lines and adjust config.yml.default accordingly
Expand Down

0 comments on commit 97555f0

Please sign in to comment.