From b353c0962c92c86af960bc0e6a23cbd307c59012 Mon Sep 17 00:00:00 2001 From: Marc De Graef Date: Tue, 12 Dec 2023 15:06:39 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3a737f0..bff2c79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,11 +54,9 @@ RUN mkdir -p /etc/OpenCL/vendors && \ # clone EMsoft and set up SDK Debug/Release RUN mkdir ~/EMs \ && cd ~/EMs \ - && git clone --branch developOO https://github.com/ZacharyVarley/EMsoftSuperbuild.git \ - && git clone https://github.com/EMsoft-org/EMsoftData.git \ - && git clone https://github.com/EMsoft-org/EMsoftOO.git \ + && git clone --branch developOO https://github.com/EMsoft-org/EMsoftSuperbuild.git \ && mv EMsoftSuperbuild EMsoftOOSuperbuild \ - && mkdir EMsoftOOBuild && mkdir GenEMsoftData && cd EMsoftOOSuperbuild && mkdir Debug Release + && cd EMsoftOOSuperbuild && mkdir Debug Release # EMsoftSuperbuild RUN cd ~/EMs/EMsoftOOSuperbuild/Debug/ \