Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdegraef authored Dec 12, 2023
1 parent e3fe734 commit b353c09
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ \
Expand Down

0 comments on commit b353c09

Please sign in to comment.