Created
November 7, 2022 17:05
-
-
Save bonnee/3c58fb9a71c2ea915821a7ec0ca67f82 to your computer and use it in GitHub Desktop.
Dockerized gem5 19 for ALPHA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM gcr.io/gem5-test/ubuntu-18.04_all-dependencies:v21-0 | |
COPY ./opt /opt | |
RUN apt-get -y update && apt-get install -y vim | |
RUN apt-get -y clean | |
ENV PATH="/opt/gem5/build/ALPHA:/opt/alphaev67-unknown-linux-gnu/bin:${PATH}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment