Write the datasets and volumes imported in the Revision container when the Revision is deployed.
Prefix
Type
Required
Description
git://
string
Optional
Mount a git repository into your container. The repository will be cloned into the specified mount path when container starts.
hf://
string
Optional
Mount a huggingface repository into your container. The repository will be cloned into the specified mount path when container starts.
vessl-dataset://
string
Optional
Mount a dataset stored in VESSL. Replace organizationName with the name of your organization and datasetName with the name of the dataset.
s3://
string
Optional
Mount an AWS S3 bucket into your container. Replace bucketName with the name of your S3 bucket and path with the path to te file or folder you want to mount.
gs://
string
Optional
Mount an GCP GCS bucket into your container. Replace bucketName with the name of your GCS bucket and path with the path to te file or folder you want to mount.
Write down the volumes that will be mounted in the Revision Service container when the Revision is deployed.
Prefix
Type
Required
Description
hf://
string
Optional
Mount a huggingface repository into your container. The repository will be cloned into the specified mount path when container starts.
hostpath://
string
Optional
Mount a file or directory from the host node’s filesystem into your container. Replace path with the path to the file or folder you want to mount.
nfs://
string
Optional
Mount a Network File System(NFS) into your container. Replace ip with the IP address of your NFS server and path with the path to the file or folder you want to mount.
cifs://
string
Optional
Mount a Command Internet File System(CIFS) into your contianer. Replace ip with the IP address of your NFS server and path with the path to the file or folder you want to mount.