Model EnvironmentΒΆ
Compute Studio runs each project in its own Docker container. Miniconda3 is used as the base image, making it easy to install any package available through the Conda package manager. An install.sh
script is created for you by the csk init
command. Compute Studio will use this script to install your package. The installation instructions for a Dash app are simple:
# bash commands for installing your package
pip install -U dash