From bdffcb2c53fa9e426c281cb825378cb15e4f90e5 Mon Sep 17 00:00:00 2001 From: Michele Compostella <michele.compostella@rzg.mpg.de> Date: Thu, 30 Jan 2020 08:55:21 +0100 Subject: [PATCH] Moved PCA script to software folder --- Dockerfile | 3 +++ {sample/input => software}/Principal_Component_Analysis/pca.py | 0 2 files changed, 3 insertions(+) rename {sample/input => software}/Principal_Component_Analysis/pca.py (100%) diff --git a/Dockerfile b/Dockerfile index 6e19bcd..696a8c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -106,6 +106,9 @@ RUN \ chmod 755 ./visit-install2_13_3 && \ (echo 1) | bash ./visit-install2_13_3 2.13.3 linux-x86_64-ubuntu18-wmesa $PREF/visit/ +# Copying script for PCA +RUN cp /tmp/software/Principal_Component_Analysis/ $PREF/. + # Removing installation packages RUN rm -rf /tmp/software/ diff --git a/sample/input/Principal_Component_Analysis/pca.py b/software/Principal_Component_Analysis/pca.py similarity index 100% rename from sample/input/Principal_Component_Analysis/pca.py rename to software/Principal_Component_Analysis/pca.py -- GitLab