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

Ensure compatibility with other base images #112

Closed
dionhaefner opened this issue Apr 1, 2025 · 0 comments · Fixed by #115
Closed

Ensure compatibility with other base images #112

dionhaefner opened this issue Apr 1, 2025 · 0 comments · Fixed by #115

Comments

@dionhaefner
Copy link
Contributor

Summary

See discussion in #104.

We currently assume the presence of a Python interpreter + the ability to create a new user with UID 1000. This does not hold for many common base images, for example those based on Ubuntu, Alpine Linux, Conda images, CUDA images, ...

We should get this tested on CI and solve issues systematically.

Why is this needed?

Right now, the base image feature is barely usable, and users are pretty much forced to go with Debian, which is sometimes not an option.

Usage example

Use build config with base_image: ubuntu:latest and execute tesseract build without errors.

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