Skip to content

Commit

Permalink
reduced job for boris compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlunin authored Jul 15, 2023
1 parent 25dd19d commit a07aa36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mbi-div-b-notebook-cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ RUN mkdir /opt/boris && \
git clone https://github.com/MBI-Div-B/Boris2 /opt/boris && \
cd /opt/boris && \
make configure arch=70 sprec=1 python=3.11 cuda=11.7 conda-env-path=${CONDA_DIR} && \
make compile -j 32 && \
make compile -j 4 && \
make install && \
ln -s /opt/boris/BorisLin /usr/local/bin/BorisLin
# EXPORT PATH AND LD_LIBRARY_PATH FOR NVIDIA? (ALREADY EXPORTED?)
Expand All @@ -150,4 +150,4 @@ RUN fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"

USER ${NB_UID}
WORKDIR "${HOME}"
WORKDIR "${HOME}"

0 comments on commit a07aa36

Please sign in to comment.