Skip to content
Snippets Groups Projects
  • Gilquin's avatar
    b6830a24
    init: populate docker file · b6830a24
    Gilquin authored
    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
    b6830a24
    History
    init: populate docker file
    Gilquin authored
    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