Reproducibility Workshop for Cognitive Science Orientation Bootcamp
Docker file
Instructions
These are the steps I used to build the docker image.
- Build the Docker image:
- Push the Docker image:
docker build . -t nghuixin/tscim_club_feb2024docker push nghuixin/tscim_club_feb2024To run the docker image, begin with this step:
- Pull the Docker image:
- Run the Docker container (no mounted volumes):
- Run the Docker container with mounted volumes:
docker pull nghuixin/tscim_club_feb2024:1.0docker run --rm -p 8787:8787 -e DISABLE_AUTH=true nghuixin/tscim_club_feb2024:1.0docker run -it -e DISABLE_AUTH=true -p 8787:8787 -v ${pwd}/TSciM_workshop_code.R:/home/rstudio/TSciM_workshop_code.R -v ${pwd}/GillanEtAl_eLife.rds:/home/rstudio/GillanEtAl_eLife.rds nghuixin/tscim_club_feb2024:1.0Relevant Links
- Workshop Materials on Google Drive
- Translational Science Methods Club: Factor Analysis in Psychiatry
- YouTube Recording of Workshop