Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put the whole simulator in the Docker image #120

Open
wants to merge 3 commits into
base: scalar
Choose a base branch
from
Open

Conversation

sampsyo
Copy link
Contributor

@sampsyo sampsyo commented Aug 11, 2021

This changes the Dockerfile to contain a pre-built simulator, which should make it possible to get going without building anything (and without volumes or permission troubles). A couple of caveats:

  • I had to move the Dockerfile to the repo root to make COPY work to insert the files into the container.
  • I removed the enter_docker.sh script because it's so simple now: just docker run -it ghcr.io/cucapra/gem5-mesh:latest.
  • I am pushing a new version of the image to GHCR now (I hope I did that right), which should mean (when it's all done in a couple of minutes) that docker pull ghcr.io/cucapra/gem5-mesh:latest should be all that's necessary.

Change-Id: I06945e76a209d5bb379a595da448ce05eef2a6cb
Change-Id: I8c33f14df875a331cdcfe78fcb779ef275fe6309
Change-Id: Ia3d886d0ff2e34ffa2738de15602f944700c3570
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant