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

Building Docker from pre-built packages in conda fails #55

Open
whatnick opened this issue Jan 25, 2021 · 5 comments
Open

Building Docker from pre-built packages in conda fails #55

whatnick opened this issue Jan 25, 2021 · 5 comments

Comments

@whatnick
Copy link

whatnick commented Jan 25, 2021

Running

docker build . -t symbiflow-ql-slim-buster -f Dockerfile.use-installer

fails with

CondaHTTPError: HTTP 500 INTERNAL SERVER ERROR for url <https://conda.anaconda.org/quicklogic-corp/noarch/repodata.json>
Elapsed: 00:11.642342
CF-RAY: 616f1fea9d22fd46-SYD

A remote server error occurred when trying to retrieve this URL.

A 500-type error (e.g. 500, 501, 502, 503, etc.) indicates the server failed to
fulfill a valid request.  The problem may be spurious, and will resolve itself if you
try your request again.  If the problem persists, consider notifying the maintainer
of the remote server.

and

CondaHTTPError: HTTP 500 INTERNAL SERVER ERROR for url <https://conda.anaconda.org/tfors/linux-64/repodata.json>
Elapsed: 00:10.735852
CF-RAY: 616f203fcb90fd56-SYD

A remote server error occurred when trying to retrieve this URL.

A 500-type error (e.g. 500, 501, 502, 503, etc.) indicates the server failed to
fulfill a valid request.  The problem may be spurious, and will resolve itself if you
try your request again.  If the problem persists, consider notifying the maintainer
of the remote server.

The container builds successfully but does not have yosys tooling installed.

@kkumar23
Copy link
Contributor

@whatnick : Getting similar error with other repositories as well. i think its issue at the server side.

@mounik92
Copy link

@whatnick : Facing same issue.

@maresb
Copy link

maresb commented Jan 25, 2021

For example, these channels are also affected:
plotly/plotly.py#3046
pytorch/pytorch#51029

@maresb
Copy link

maresb commented Jan 25, 2021

Seems to be fixed now.

@whatnick
Copy link
Author

I will rebuild this, however having pre-built ones in DockerHub would be great in lowering the barrier in getting this tooling and getting started. Docker being set as default container registry and all. I see the issue for this already. I happy to make a PR on the GitHub actions side with the push to DockerHub setup. I do it a lot for other projects.

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

4 participants