Skip to content
New issue

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

Missing or Invalid URL in the dockerfile. #16

Open
SquarishRectangle opened this issue Jul 29, 2021 · 0 comments
Open

Missing or Invalid URL in the dockerfile. #16

SquarishRectangle opened this issue Jul 29, 2021 · 0 comments

Comments

@SquarishRectangle
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant