lc0-docker icon indicating copy to clipboard operation
lc0-docker copied to clipboard

lc0docker: run lc0 chess client and lichess bot under Docker and Kubernetes

Results 5 lc0-docker issues
Sort by recently updated
recently updated
newest added

The error I got was ``` Step 9/27 : RUN curl -s -L https://github.com/LeelaChessZero/lc0/releases/latest | egrep -o '/LeelaChessZero/lc0/archive/v.*.tar.gz' | wget --base=https://github.com/ -O lc0latest.tgz -i - && tar xfz lc0latest.tgz &&...

@vochicong Could you clarify the licensing model of this repo?

shiv@pop-os:~/workspace/lc0-docker$ docker-compose up lc0 WARNING: The LICHESS_API_TOKEN variable is not set. Defaulting to a blank string. Building lc0 Step 1/18 : FROM nvidia/cuda:10.0-cudnn7-runtime as lc0base ---> 6029ae406c22 Step 2/18 :...

Is windows supported? not exactly an issue but...

- [ ] Auto-rebuild when lc0 or client are updated - [ ] Get lc0 networks by ID for lcbot - [x] Tag Docker image by lc0 version - [x]...

enhancement