Skip to content

Commit

Permalink
feat: try out parallel make
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Sep 30, 2024
1 parent 8e5837f commit 342cb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV PYTHON_VERSION=3.12.6
RUN wget https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz && \
tar -xvf Python-${PYTHON_VERSION}.tgz && cd Python-${PYTHON_VERSION} && \
./configure --enable-optimizations --disable-test-modules --enable-shared --with-lto --with-computed-gotos --with-system-ffi --prefix=/usr && \
make && \
make -j && \
make altinstall && \
rm -rf ./Python-${PYTHON_VERSION}* && \
ln -sf /usr/bin/python3.12-config /usr/bin/python3-config && \
Expand Down

0 comments on commit 342cb4b

Please sign in to comment.