Skip to content

A template for the integration of conda with docker/singularity

Notifications You must be signed in to change notification settings

arnaudceol/docker-conda-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example of usage for conda in docker.

  1. List the require packages in the file requirements.txt

  2. Build the docker image: docker build -t mycondaimage . (use the name of your choice instead of mycondaimage)

  3. Run : docker run mycondaimage python3 --version

On github, an action is configured to automatically build and deploy the docker image. It can be downloaded with the following commands (remember to change the path with your name and project'name):

Docker:

docker pull ghcr.io/arnaudceol/docker-conda-template:main

singularity:

singularity pull docker://ghcr.io/arnaudceol/docker-conda-template:main

About

A template for the integration of conda with docker/singularity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages