Skip to main content

How it's designed

CGC is designed to enhance the development of various AI tasks by allowing you to incorporate your own images into your namespace. Its purpose is to assist you in scenarios where computational resources do not need to be constantly running.

Private Image Repository​

We recognize the need for privacy, hence most of your images can be kept private. We provide an option for you to input a secret to your private repository, ensuring your code and data are securely used.

Initialization Command​

The most efficient way to input a start-up command is by implementing Docker's ENTRYPOINT into your image. However, if you need to modify it or pass it dynamically, we provide a variable that allows you to make changes during creation.

Application Code​

The application code can be integrated into your image. Additionally, CGC volumes can be utilized to enhance accessibility during development. When combined with the full mount path and the startup command, custom code can be directly delivered and executed from your volumes.

Custom ports​

By default every app run on CGC utilizes port 8888 and this port will be set as / path of your URL. If you need you can use Custom ports to bring more external ports to live.