We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 && rm lc0latest.tgz && mv lc0* /lc0 ---> Running in ca0d93afccbb No URLs found in -. gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now The command '/bin/sh -c 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 && rm lc0latest.tgz && mv lc0* /lc0' returned a non-zero code: 2
It seems to reference this line in the Dockerfile
wget --base=https://github.com/ -O lc0latest.tgz -i - &&\
I don't have a lot of experience working with docker but from what I've pieced together there is supposed to be an URL after "-i" but it is missing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The error I got was
It seems to reference this line in the Dockerfile
I don't have a lot of experience working with docker but from what I've pieced together there is supposed to be an URL after "-i" but it is missing.
The text was updated successfully, but these errors were encountered: