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

Fix the Docker image #146

Merged
merged 3 commits into from
Jul 11, 2023
Merged

Fix the Docker image #146

merged 3 commits into from
Jul 11, 2023

Conversation

smarr
Copy link
Owner

@smarr smarr commented Jul 11, 2023

The docker image didn't build anymore, because it got a 404 downloading some dependency.

So, I thought, we may as well upgrade the base image to the latest Debian.

Interestingly, Python doesn't like pip install anymore: https://peps.python.org/pep-0668/
Not sure that's really useful for a docker image and/or ReBench, so, I'll just override the behavior with pip install --break-system-packages

@smarr smarr added the dependencies Pull requests that update a dependency file label Jul 11, 2023
@smarr smarr merged commit 8c3573d into master Jul 11, 2023
2 checks passed
@smarr smarr deleted the docker branch July 11, 2023 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant