From 9374c3be12f76a092ee1f72807c68dd52b598037 Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Thu, 21 Nov 2024 19:23:58 +0000 Subject: [PATCH] image down to 675MB. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 646a194..468eaf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,6 @@ RUN apt-get remove -y wget unzip && apt-get autoremove -y && apt-get clean && \ rm -rf /var/lib/apt/lists/* # Set appropriate permissions for the DIA-NN folder -RUN chmod -R 775 /usr/diann-1.9.2 RUN chmod +x /usr/diann-1.9.2/diann-linux # Create a symbolic link and add to PATH