Skip to content

Commit

Permalink
remove rosetta/pyrosetta
Browse files Browse the repository at this point in the history
  • Loading branch information
briney committed Dec 3, 2024
1 parent 61ace24 commit 38d2f3d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions jupyterhub/deeplearning/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -204,16 +204,16 @@ RUN cd "${NGS_TOOLS_DIR}" \
&& python3 -m pip install . \
&& fix-permissions "${NGS_TOOLS_DIR}/ColabDesign"

# Rosetta (and PyRosetta)
ENV CXX=/usr/bin/g++
ENV CC=/usr/bin/gcc
RUN cd "${NGS_TOOLS_DIR}" \
&& git clone "https://github.com/RosettaCommons/Rosetta.git" \
&& cd Rosetta/source/ \
&& ./scons.py -j12 mode=release bin \
&& cd src/python/PyRosetta \
&& python3 build.py -j12 \
&& fix-permissions "${NGS_TOOLS_DIR}/Rosetta"
# # Rosetta (and PyRosetta)
# ENV CXX=/usr/bin/g++
# ENV CC=/usr/bin/gcc
# RUN cd "${NGS_TOOLS_DIR}" \
# && git clone "https://github.com/RosettaCommons/Rosetta.git" \
# && cd Rosetta/source/ \
# && ./scons.py -j12 mode=release bin \
# && cd src/python/PyRosetta \
# && python3 build.py -j12 \
# && fix-permissions "${NGS_TOOLS_DIR}/Rosetta"


#-------------------------
Expand Down

0 comments on commit 38d2f3d

Please sign in to comment.