scientist-softserv / oral-history

UCLA LIBRARY-CENTER FOR ORAL HISTORY RESEARCH --Documenting the histories of Los Angeles-- The UCLA Library creates a vibrant nexus of ideas, collections, expertise, and spaces in which users illuminate solutions for local and global challenges. We constantly evolve to advance UCLA’s research, education, and public service mission by empowering and
https://oralhistory.library.ucla.edu/
0 stars 0 forks source link

Docker updates to get app running on M1s #21

Closed crisr15 closed 9 months ago

crisr15 commented 1 year ago

Summary

The docker image being used does not support M1 chips for macs. In order for the project to easily be worked on the app needs to load for both M1 and intel chips for mac.

Acceptance criteria

labradford commented 1 year ago

https://playbook-staging.notch8.com/en/dev/docker/troubleshooting/running-docker-on-apple-silicon

labradford commented 1 year ago
  # Commented out for development purposes with Apple M1 Silicon Procesing Chips
  # config.file_watcher = ActiveSupport::EventedFileUpdateChecker
aprilrieger commented 1 year ago

rake app:update:bin

jhriv commented 10 months ago

I verified that touch .env.development; docker compose build; docker compose up brings up the Oral History container locally on an M2 Mac