Skip to content

Instantly share code, notes, and snippets.

@bonnee
Created November 7, 2022 17:05
Show Gist options
  • Save bonnee/3c58fb9a71c2ea915821a7ec0ca67f82 to your computer and use it in GitHub Desktop.
Save bonnee/3c58fb9a71c2ea915821a7ec0ca67f82 to your computer and use it in GitHub Desktop.
Dockerized gem5 19 for ALPHA
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