After building your Docker image, the next step is to upload it to your Inductiva storage, making it ready for use in remote simulations.
The upload process is streamlined by the Inductiva CLI. This one command does it all — including converting to the required `.sif' format:
inductiva containers upload diffdock-with-models
This command will:
diffdock-with-modelsNote: Ensure the Inductiva CLI is installed and properly configured. If you haven't done so yet, refer to the Inductiva installation guide.
Once the image is uploaded, you can confirm it's available in your account by listing your containers:
inductiva containers list
You should see diffdock-with-models listed among your available container images.