-
- Downloads
init: populate docker file
The docker folder contains the following script: * build.sh: to build the docker image (from the Dockerfile at the root of the project) * quarto_render.sh: to build the Quarto static website locally * scripts/install_requirements.sh: to install ubuntu packages and libraries * scripts/micromamba_clean_env.sh: to clean useless files/folders resulting from the micromamba environment creation The file environment.yml is the init file used to create the micromamba environment. Note: the build log file should not be versioned
Showing
- Dockerfile 43 additions, 0 deletionsDockerfile
- docker/build.sh 1 addition, 1 deletiondocker/build.sh
- docker/quarto_render.sh 2 additions, 2 deletionsdocker/quarto_render.sh
- docker/rstudio_run.sh 0 additions, 12 deletionsdocker/rstudio_run.sh
- docker/scripts/install_requirements.sh 90 additions, 0 deletionsdocker/scripts/install_requirements.sh
- docker/scripts/py_setup.sh 0 additions, 30 deletionsdocker/scripts/py_setup.sh
- environment.yml 4 additions, 4 deletionsenvironment.yml
docker/rstudio_run.sh
deleted
100755 → 0
docker/scripts/install_requirements.sh
0 → 100755
docker/scripts/py_setup.sh
deleted
100755 → 0
Please register or sign in to comment