From 6857c912da4763d820ceebd77f9becf45f90e7c4 Mon Sep 17 00:00:00 2001 From: Ubuntu <ubuntu@gpu-app-test.openstack.internal> Date: Thu, 5 Sep 2024 13:24:11 +0000 Subject: [PATCH] add plaidML --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8be4799..4ce7e9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,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 - +RUN phoronix-test-suite batch-install plaidml-1.0.4 # Entry point (optional): to enter an interactive shell CMD ["/bin/bash"] -- GitLab