Skip to content

GLIBC_2.29 not found when loading STT under docker image #1884

Answered by alpoktem
alpoktem asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks @reuben. Using Ubuntu image did the job. Posting here the working Dockerfile

FROM ubuntu:20.04

WORKDIR /app

COPY ./requirements.txt /app/requirements.txt

RUN apt-get update && apt-get clean

RUN apt-get install -y python3-pip

RUN pip install -r /app/requirements.txt \
    && rm -rf /root/.cache/pip

COPY . /app/

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by alpoktem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants