Jupyter ML Training

Set up JupyterLab with GPU support for machine learning experiments and model training.

circle-check

Server Requirements

Parameter
Minimum
Recommended

RAM

16GB

32GB+

VRAM

8GB

16GB+

Network

200Mbps

500Mbps+

Startup Time

2-3 minutes

-

circle-info

JupyterLab itself is lightweight. Choose GPU and RAM based on your training workload requirements.

Quick Deploy

Docker Image:

pytorch/pytorch:2.5.1-cuda12.4-cudnn9-runtime

Ports:

22/tcp
8888/http
6006/http

Environment:

JUPYTER_TOKEN=your_secure_token_here

Command:

Accessing Your Service

After deployment, find your http_pub URL in My Orders:

  1. Go to My Orders page

  2. Click on your order

  3. Find the http_pub URL (e.g., abc123.clorecloud.net)

Use https://YOUR_HTTP_PUB_URL instead of localhost in examples below.

Verify It's Working

circle-exclamation

Renting on CLORE.AI

  1. Filter by GPU type, VRAM, and price

  2. Choose On-Demand (fixed rate) or Spot (bid price)

  3. Configure your order:

    • Select Docker image

    • Set ports (TCP for SSH, HTTP for web UIs)

    • Add environment variables if needed

    • Enter startup command

  4. Select payment: CLORE, BTC, or USDT/USDC

  5. Create order and wait for deployment

Access Your Server

  • Find connection details in My Orders

  • Web interfaces: Use the HTTP port URL

  • SSH: ssh -p <port> root@<proxy-address>

Access Jupyter

  1. Wait for deployment

  2. Find port 8888 mapping

  3. Open: http://<proxy>:<port>?token=your_secure_token_here

Pre-configured ML Image

For full ML environment:

Image:

Or build custom:

Essential Libraries

Install in Jupyter

Create requirements.txt

Training Examples

PyTorch Image Classification

HuggingFace Text Classification

LLM Fine-tuning with LoRA

TensorBoard Integration

Start TensorBoard

Or via terminal:

Log Training Metrics

Weights & Biases Integration

Data Management

Download Datasets

Mount Cloud Storage

Saving Work

Save to External Storage

Before Ending Session

Multi-GPU Training

Performance Tips

Memory Optimization

Data Loading

Troubleshooting

Cost Estimate

Typical CLORE.AI marketplace rates (as of 2024):

GPU
Hourly Rate
Daily Rate
4-Hour Session

RTX 3060

~$0.03

~$0.70

~$0.12

RTX 3090

~$0.06

~$1.50

~$0.25

RTX 4090

~$0.10

~$2.30

~$0.40

A100 40GB

~$0.17

~$4.00

~$0.70

A100 80GB

~$0.25

~$6.00

~$1.00

Prices vary by provider and demand. Check CLORE.AI Marketplacearrow-up-right for current rates.

Save money:

  • Use Spot market for flexible workloads (often 30-50% cheaper)

  • Pay with CLORE tokens

  • Compare prices across different providers

Last updated

Was this helpful?