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

Update Dockerfile

parent 822d740f
No related branches found
No related tags found
No related merge requests found
Pipeline #12206 failed with stage
in 1 minute and 38 seconds
......@@ -51,7 +51,7 @@ WORKDIR /app/alphafold
RUN pip3 install -r dev-requirements.txt
RUN pip3 install --no-deps .
# Build chemical components database (this binary was installed by pip).
RUN build_data
RUN build_data --threads=2 --memory-limit=4G
# To work around a known XLA issue causing the compilation time to greatly
# 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