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

Cannot build working containers locally #195

Open
PaulBreugnot opened this issue Jan 29, 2025 · 0 comments
Open

Cannot build working containers locally #195

PaulBreugnot opened this issue Jan 29, 2025 · 0 comments

Comments

@PaulBreugnot
Copy link

Considering all the issues about the expired certificates in pulled images (#189, #184, #193, #194...) and as it was suggested many times, I tried to build containers locally using docker compose build.

An issue occurs when trying to build websockify for the slurmdbd container, due to a numpy dependency without version in websockify that currently pulls numpy 2.2.2 that is not compatible with python39 used in the container. As already mentionned here, adding sed -i 's/numpy/numpy==1.26/' setup.py before

python3 setup.py install

does the trick. Adding the package python39-numpy to

dnf install -y \

might also work.

However, even if I managed to build all containers with this fix, I obtain a strange TLS connection error when trying to access Coldfront at https://localhost:2443/ :

Image

or, with curl:

pbreugno@breugnot-pc:~$ curl -G https://localhost:2443
curl: (35) TLS connect error: error:00000000:lib(0)::reason(0)

Any help to understand the issue and manage to fix the build would be highly appreciated.

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

1 participant