项目作者: vochicong

项目描述 :
lc0docker: run lc0 chess client and lichess bot under Docker and Kubernetes
高级语言: Dockerfile
项目地址: git://github.com/vochicong/lc0-docker.git
创建时间: 2018-12-27T11:04:07Z
项目社区:https://github.com/vochicong/lc0-docker

开源协议:

下载


Let’s run latest releases of
lc0,
lczero-client
and lichess-bot
under NVIDIA docker.

Run Lc0 self-play training games

To download and run the prebuilt Docker image

  1. docker run --runtime nvidia --rm -it vochicong/lc0-docker

otherwise, clone this repository then run

  1. docker-compose up lc0

Kubernetes

See k8s.yaml for a sample configuration.

Version

The docker image is tagged by lc0 release version,
see
.github/main.workflow,
k8s.yaml
and
docker-compose.yml.

Run Lc0 with lichess-bot

  • Clone this repository, cd lc0-nvdia-docker
  • Download and put syzygy tablebases into data/syzygy
  • Download and put networks (weights) into data/networks
  • Edit lc0.config and lcbot-config.yml to your preference
  • Put your LICHESS_API_TOKEN in file .env (NEVER git commit this file)

Run

  1. docker-compose up lcbot

Requirements