Skip to content

Commit

Permalink
update: install wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Artrajz committed Oct 8, 2023
1 parent ca420a1 commit 39bae24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dockerfiles/1.13.1-cpu-py3.10.11-ubuntu22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN wget https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VER

RUN python -m ensurepip && \
python -m pip install --upgrade pip && \
ln -sf $(which pip) /usr/local/bin/pip3
ln -sf $(which pip) /usr/local/bin/pip3 && \
pip install wheel --no-cache-dir

ENV CFLAGS="-I/usr/local/include/python${PYTHON_MAJOR}.${PYTHON_MINOR}/"

Expand Down
3 changes: 2 additions & 1 deletion dockerfiles/1.13.1-cu117-py3.10.11-ubuntu22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ RUN wget https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VER

RUN python -m ensurepip && \
python -m pip install --upgrade pip && \
ln -sf $(which pip) /usr/local/bin/pip3
ln -sf $(which pip) /usr/local/bin/pip3 && \
pip install wheel --no-cache-dir

ENV CFLAGS="-I/usr/local/include/python${PYTHON_MAJOR}.${PYTHON_MINOR}/"

Expand Down

0 comments on commit 39bae24

Please sign in to comment.