How to vendor app dependencies using conda
search cancel

How to vendor app dependencies using conda

book

Article ID: 298096

calendar_today

Updated On:

Products

VMware Tanzu Application Service for VMs

Issue/Introduction

In addition to adding channels that point to a conda repository, you can also vendor dependencies using conda.

This is useful, when the app is running in an air-gapped environment and cannot access the internet to download packages or dependencies. This can be done by creating a local channel, which contains the vendored dependencies and reference it in the environment.yaml file from the channels block.

Environment

Product Version: 2.9

Resolution

For a more detailed explanation of how this is achieved and the steps, refer to Flexible conda package dependencies on Cloud Foundry.