Add parallel build for dockerfile

This commit is contained in:
mrg 2022-03-06 11:26:57 -08:00
parent a0f1327f5e
commit ff31990831
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ WORKDIR /root
RUN git clone https://github.com/KLayout/klayout
WORKDIR /root/klayout
RUN git checkout ${KLAYOUT_COMMIT}
RUN ./build.sh -qt5 \
RUN ./build.sh -qt5 -j 8 \
&& cp -r bin-release /usr/local/klayout
RUN rm -rf /root/klayout