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

Bug: Update Python inside Dockerfile.build #2332

Open
wasertech opened this issue Jan 12, 2023 · 1 comment
Open

Bug: Update Python inside Dockerfile.build #2332

wasertech opened this issue Jan 12, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@wasertech
Copy link
Collaborator

wasertech commented Jan 12, 2023

I know, I know, it's not really made for us to play with it but it's useful to build the binaries sometimes. Unfortunately, we switched to python 3.8 inside Dockerfile.train but Dockerfile.build still uses python 3.6 which is EOL at this point.

STT/Dockerfile.build

Lines 95 to 96 in 15bef27

ENV PYTHON_BIN_PATH /usr/bin/python3.6
ENV PYTHON_LIB_PATH /usr/local/lib/python3.6/dist-packages

@wasertech wasertech added the bug Something isn't working label Jan 12, 2023
@HarikalarKutusu
Copy link

I'm with you, it is a real pain to handle those dependencies. Python 3.6 -> (3.7) -> 3.8 transition should be done everywhere.
Build process will be one time and I think it is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants