From ef05cb1a440ef7052e031bc51dff318ac4ab8b46 Mon Sep 17 00:00:00 2001 From: Ubuntu <ubuntu@gpu-app-test.openstack.internal> Date: Wed, 28 Aug 2024 20:39:56 +0000 Subject: [PATCH] added gromacs gpu --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 06a2602..8be4799 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,6 +51,7 @@ ENV TEMPDIR="/tmp" # Install GROMACS using Phoronix Test Suite RUN phoronix-test-suite batch-install gromacs-1.6.0 +RUN phoronix-test-suite batch-install gromacs-gpu # Entry point (optional): to enter an interactive shell CMD ["/bin/bash"] -- GitLab