Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz committed Jul 11, 2024
1 parent 9137a9f commit 416f5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM quay.io/pypa/manylinux2014_x86_64
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
PYBIN=/opt/python/cp37-cp37m/bin
PYBIN=/opt/python/cp312-cp312/bin

RUN git config --global --add safe.directory /app

Expand Down

0 comments on commit 416f5a4

Please sign in to comment.