Skip to content

Commit

Permalink
export
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Sep 30, 2024
1 parent 1328fba commit 8fd8f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manylinux2014-wheel-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY yum_install /usr/local/bin
# Python version, as 39,310,311,312. Defaults to 312.
# Matches the naming in /opt/python/
RUN PYVER=${1:-312}
RUN PYBIN=$(echo /opt/python/cp${PYVER}*/bin)
RUN export PYBIN=$(echo /opt/python/cp${PYVER}*/bin)
RUN export PATH=$(echo /opt/python/cp${PYVER}*/bin):$PATH

RUN cd $SRC && bash build_depends.sh
Expand Down

0 comments on commit 8fd8f1e

Please sign in to comment.