Revision def1acb391cc5d7748f6038855a0f34a56ae2853 authored by Ron Burkey on 21 April 2021, 23:49:18 UTC, committed by Ron Burkey on 21 April 2021, 23:49:18 UTC
yesterday, to overhaul the formatting of the table more-completely, so
as to make side-by-side comparisons between yaYUL and YUL/GAP much, much
easier.
1 parent bf11e97
Raw File
Dockerfile
FROM jlawton/virtualagc
MAINTAINER Jim Lawton

# Use this to clone directly from Github.
#RUN git clone https://github.com/rburkey2005/virtualagc

# Use this to build a copy of the current directory. 
RUN mkdir /virtualagc
COPY . /virtualagc

RUN cd virtualagc && make clean
RUN cd virtualagc && make yaLEMAP yaAGC yaAGS yaYUL missions corediffs
back to top