From 19f51afb0e4613828e6056bf4f714405acf15826 Mon Sep 17 00:00:00 2001
From: Fortune Iriaye <firiaye@uab.edu>
Date: Thu, 21 Nov 2024 10:53:09 -0600
Subject: [PATCH] Update Dockerfile

---
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 0665042..1fbb04d 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -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 --threads=2 --memory-limit=4G
+RUN build_data
 
 # To work around a known XLA issue causing the compilation time to greatly
 # increase, the following environment variable setting XLA flags must be enabled
-- 
GitLab