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

Change tarball location to github in Dockerfile #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MattKing06
Copy link

@MattKing06 MattKing06 commented Oct 12, 2023

Changes to where the tarball for BMAD distribution is retrieved from.

All other steps have been kept the same as before, I can send the image via slack (Github doesn't support .tar file 😢 or files over >25MB) containing the resulting image of docker build -t simulacrum . so you don't have to waste 2 hours building BMAD again 😄

To Open Image:

  • Download the attached zip file
  • Run docker load < simulacrum.zip

Alternatively, build the image from scratch

  • checkout this branch (MattKing06/111_bmad_tarballs_moved_to_github)
  • Run docker build -t simulacrum . in the top-level directory where the Dockerfile is
  • Wait about 2 hours for BMAD to build etc.
  • Run docker run -it simulacrum:latest .

Notes

There were some changes to lcls-tools repo that mean some of those modules are in a different structure now, so I have opened a new issue to fix that as well.

EDIT: Turns out none of the modules here were affected by the reorg of lcls-tools

@MattKing06 MattKing06 marked this pull request as ready for review October 13, 2023 17:35
@MattKing06 MattKing06 changed the title Draft: change tarball location to github in Dockerfile Change tarball location to github in Dockerfile Oct 13, 2023
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