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

Dockerfile needs updating for newer versions of pip #273

Open
OneOneFour opened this issue Oct 8, 2024 · 1 comment
Open

Dockerfile needs updating for newer versions of pip #273

OneOneFour opened this issue Oct 8, 2024 · 1 comment
Labels

Comments

@OneOneFour
Copy link

Description.

Howdy, I noticed when trying to get Isca up and running on a Mac via Docker that there is an issue with installing the Isca python dependencies from newer versions of python3-pip on ubuntu on externally managed environments (see screenshot below). This issue can probably be fixed by adding the --break-system-packages flag to the Dockerfile (happy to submit a PR for this), or by pinning the docker file to an older version of ubuntu.


Screenshots

image

Minimal reproducible example

Build Dockerfile using the latest ubuntu image from docker hub via docker build . with no build cache.

@OneOneFour OneOneFour added the bug label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
@OneOneFour and others