-
-
Notifications
You must be signed in to change notification settings - Fork 417
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
Error When Attempting to Build The Docker Image #2342
Comments
I think none of the contributors is using the docker image right now (and this has probably been the case for several years), so it is probably quite outdated, it would make sense that it's trying to use an unsupported old debian version as indicated the the link you shared. The same thing is probably happening with most other library versions like python, the different PPLs... It probably needs significant work before it can be used nowadays. |
Hi @OriolAbril , Can you assign this issue to me, if not solved yet? |
I also get the same error. I started fixing the first error and fixed a couple more later on, but I was not able to fully fix the dockerfile. This is my work in progress branch. main...blooop:arviz:bugfix/update_dockerfile_setup I won't be continuing to work on it, because I don't need to use the docker container after all, but leaving it here in case its helpful for anyone else. |
Thanks for the example @blooop. Since none of the devs use containers for development, this feature will most likely be deprecated and removed in the future. If the community decides we need to have a container for development, then we will revisit this issue and create a new I'll leave this issue open for now, but we will discuss it internally and make a decision about moving it to a discussion. |
Describe the bug
When running
./scripts/container.sh --build
, it emits error messageTo Reproduce
./scripts/container.sh --clear-cache
./scripts/container.sh --build
Expected behavior
Install Stretch packages and build the image.
Update: Potential reason for this problem: https://unix.stackexchange.com/questions/743839/apt-get-update-failed-to-fetch-debian-amd64-packages-while-building-dockerfile-f
Build the Docker Image
Additional context
Ubuntu 22.04.1 LTS, run on WSL
The text was updated successfully, but these errors were encountered: