File: Dockerfile.tests

package info (click to toggle)
leela-zero 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 5,772 kB
  • sloc: cpp: 20,958; python: 4,894; makefile: 66
file content (8 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
FROM leela-zero:base

# CPU build
RUN CXX=g++ CC=gcc cmake -DUSE_CPU_ONLY=1 ..
RUN cmake --build . --target tests --config Release -- -j2

CMD ./tests