Skip to content

Commit

Permalink
Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauszus committed Nov 14, 2024
1 parent 2168830 commit 8117ec8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile.armv7l
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ RUN [ "cross-build-start" ]
RUN apt-get update && \
apt-get install --no-install-recommends -y \
build-essential \
python3-dev \
python3-pip \
python3-urllib3 && \
python3-dev && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
rm /usr/lib/python3.*/EXTERNALLY-MANAGED || true

# Bootstrap pip.
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3

# Install Python dependencies.
RUN python3 -m pip install --extra-index-url=https://www.piwheels.org/simple -U pip setuptools wheel pybind11

Expand Down

0 comments on commit 8117ec8

Please sign in to comment.