Skip to content

gassayy/conda-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conda-project-template

How to build base image

How to generate executable

Run a Jupyter session with all dependencies

docker run --rm -p 18888:8888 conda-template \
    jupyter notebook --notebook-dir=/opt/app \
    --ip=0.0.0.0 --port=8888 --allow-root --no-browser

Docker environmental variables

If environment.yml exists, the image will install all dependencies in the environment.

environment vaiables default value
EXTRA_APT_PACKAGES Nil
EXTRA_CONDA_PACKAGES Nil
EXTRA_PIP_PACKAGES Nil

Reference

About

conda-based python project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published