Skip to content

Pip, conda-pack, and Docker

Compare
Choose a tag to compare
@AlbertDeFusco AlbertDeFusco released this 14 May 22:51
· 140 commits to master since this release
dc5fae3

This version improves support for pip packages with the add-packages, remove-packages, list-packages, and lock commands.

Secondly, two new options for exporting projects.

  • anaconda-project archive --pack-envs <archive> will use conda-pack to include full Conda environments in the archive
  • anaconda-project dockerize will use s2i-anaconda-project to build Docker images from your project

See the documentation for more details on how to use these new features.