Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Frank Schluenzen
alphafold
Commits
d86e6c04
Commit
d86e6c04
authored
Aug 11, 2021
by
Frank Schluenzen
Browse files
Update Dockerfile: make -j 4 changed to make -d for debugging
parent
fd32165b
Pipeline
#9107
canceled with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
d86e6c04
...
...
@@ -37,7 +37,7 @@ RUN git clone --branch v3.3.0 https://github.com/soedinglab/hh-suite.git /tmp/hh
&&
mkdir
/tmp/hh-suite/build
WORKDIR
/tmp/hh-suite/build
RUN
cmake
-DCMAKE_INSTALL_PREFIX
=
/opt/hhsuite ..
\
&&
make
-
j
4
&&
make
install
\
&&
make
-
d
&&
make
install
\
&&
ln
-s
/opt/hhsuite/bin/
*
/usr/bin
\
&&
rm
-rf
/tmp/hh-suite
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment