Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not create pod with networkVolume using CLI #172

Open
vanduc2514 opened this issue Oct 20, 2024 · 0 comments
Open

Could not create pod with networkVolume using CLI #172

vanduc2514 opened this issue Oct 20, 2024 · 0 comments

Comments

@vanduc2514
Copy link

vanduc2514 commented Oct 20, 2024

I run this command to create an ollama pod with network volume

runpodctl create pod \
    --name test-ollama \
    --imageName ollama/ollama \
    --ports '11434/http' \
    --networkVolumeId test-volume \
    --volumePath "/root/.ollama" \
    --secureCloud \
    --gpuCount 1 \
    --gpuType 'NVIDIA GeForce RTX 4090'

Network Volume in EU-RO-1 region

The pod could not be created and console shows this message

Error: Something went wrong. Please try again later or contact support.

Note: Pod can be created via Runpod.io Web UI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant