Skip to content
Snippets Groups Projects
Commit 19f51afb authored by Fortune Iriaye's avatar Fortune Iriaye
Browse files

Update Dockerfile

parent cc46977f
No related branches found
No related tags found
No related merge requests found
Pipeline #12210 failed with stage
in 40 seconds
...@@ -51,7 +51,7 @@ WORKDIR /app/alphafold ...@@ -51,7 +51,7 @@ WORKDIR /app/alphafold
RUN pip3 install -r dev-requirements.txt RUN pip3 install -r dev-requirements.txt
RUN pip3 install --no-deps . RUN pip3 install --no-deps .
# Build chemical components database (this binary was installed by pip). # Build chemical components database (this binary was installed by pip).
RUN build_data --threads=2 --memory-limit=4G RUN build_data
# To work around a known XLA issue causing the compilation time to greatly # To work around a known XLA issue causing the compilation time to greatly
# increase, the following environment variable setting XLA flags must be enabled # increase, the following environment variable setting XLA flags must be enabled
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment