2020-02-09 11:18:42 -06:00
|
|
|
|
|
|
|
FROM ubuntu18.system
|
|
|
|
|
|
|
|
COPY root/socInstaller.py /root/socInstaller.py
|
2020-02-19 17:45:52 -06:00
|
|
|
RUN mkdir -p coriolis-2.x/src \
|
|
|
|
&& git clone https://github.com/m-labs/nmigen.git \
|
|
|
|
&& cd nmigen \
|
|
|
|
&& python3 setup.py develop \
|
|
|
|
&& /root/socInstaller.py --docker --profile=Ubuntu18 --do-alliance --do-coriolis --benchs
|
2020-02-09 11:18:42 -06:00
|
|
|
|