Skip to content

Commit

Permalink
build: update pip and setuptools in dockerfile
Browse files Browse the repository at this point in the history
Otherwise a form of this issue occurs due to older setuptools not supporting
pyproject.toml:
pypa/setuptools#3269

Might be resolved on Ubuntu 24.04 images.
  • Loading branch information
eginhard committed May 8, 2024
1 parent 0504ae3 commit d8f4b18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ${BASE}

RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y --no-install-recommends gcc g++ make python3 python3-dev python3-pip python3-venv python3-wheel espeak-ng libsndfile1-dev && rm -rf /var/lib/apt/lists/*
RUN pip3 install -U pip setuptools
RUN pip3 install llvmlite --ignore-installed

# Install Dependencies:
Expand Down

0 comments on commit d8f4b18

Please sign in to comment.