workspace/prd_resources.py
file. This guide shows how to:
WorkspaceSettings
object in the workspace/settings.py
file defines common settings used by your workspace apps and resources.
phidata
images by default. To use your own image:
ECR
and authenticate or use Dockerhub
.workspace/settings.py
fileimage_repo
to your image repositorybuild_images=True
and push_images=True
build_images=False
and push_images=False
to use an existing image in the repositoryws_name
. Meaning if you’re using the default workspace name, the repo name would be ai
.
WorkspaceSettings
image_repo
defines the repo for your image.phidata
.[ACCOUNT_ID].dkr.ecr.us-east-1.amazonaws.com
force
rebuild images, use the --force
or -f
flag