Deploy Your Container on Spheron Playground
This guide will walk you through the steps to deploy and access your application on Spheron Playground. Follow these steps carefully to ensure a successful deployment.
New users automatically receive $20 in free credits to get started. If you don’t see your credits, please reach out to us on Discord .
Access the Spheron Console
- Visit console.spheron.network
- Log in to your account or create a new one if you haven’t already
- Deposit some credits to your balance to pay for the deployment by clicking on the Deposit button in the top right corner.
Configure Your Deployment
- Navigate to the Playground tab
- You can directly deploy any ICL yaml on Spheron Playground. This is simplest way to deploy custom apps on Spheron.
- You can check all the example ICL yaml files in the Awesome Spheron Repo . Or read more about ICL here.
- Make sure to check the token uSPON in the token section. This is the token you will use to pay for your deployment.
- Review your configuration and click Start Deployment
- Wait for deployment (typically under 60 seconds)
Access Your Deployment
- Go to the Overview tab once deployment is complete
- Locate your services and click on the service you want to access
- Click the provided connection URL corresponding to the port you want to access
- You can also access the deployment shell to run any command you want and deployment logs to check the status of your deployment
Verification
To verify GPU support:
- Run this command to check the GPU count in your deployment shell:
nvidia-smi
Additional Tips
- Save your work regularly on Github.
- Monitor your memory usage carefully - if your notebook uses more memory than available (Out Of Memory/OOM), the server will automatically terminate and restart your notebook session, causing you to lose any unsaved work. You can check memory usage by running
nvidia-smi
in a notebook cell. - Your deployment environment is dedicated to you and not shared with other users, ensuring optimal performance for your workloads.
Congratulations! Your app is now deployed and accessible. If you encounter any issues, reach out to Spheron Discord Support .
Last updated on