Skip to content

Base Docker image for deploying notebooks - includes some basic packages so we aren't building from scratch

License

Notifications You must be signed in to change notification settings

core-skills/base-conda-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Container - conda

This container is used for our build environments. It basically includes conda, some default dependencies that take a while to build, and the AWS CLI toolchain for deployments.

Building is just the usual:

$ docker build -t $AWS_ECR_REPOSITORY_URL .

or pull from the repo.

To use this in a Bitbucket pipeline just stick the ECR repository URL as the image in another build step.

About

Base Docker image for deploying notebooks - includes some basic packages so we aren't building from scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published