My first template

I am trying to create my first template: https://runpod.io/console/deploy?template=i6ipm7ovin&ref=jndc8ozi It's based on a docker image here: https://hub.docker.com/r/nschle/tabbyapi/tags When filling the template like so, ... <image> ... then I am getting those errors:
2024-04-17T21:44:26Z create pod network
2024-04-17T21:44:26Z create 100GB network volume
2024-04-17T21:44:26Z create container nschle/tabbyapi:0.0.1
2024-04-17T21:44:27Z error pulling image: Error response from daemon: manifest for nschle/tabbyapi:0.0.1 not found: manifest unknown: manifest unknown
2024-04-17T21:44:27Z error creating container: create or lookup container: container create: Error response from daemon: No such image: nschle/tabbyapi:0.0.1
2024-04-17T21:44:26Z create pod network
2024-04-17T21:44:26Z create 100GB network volume
2024-04-17T21:44:26Z create container nschle/tabbyapi:0.0.1
2024-04-17T21:44:27Z error pulling image: Error response from daemon: manifest for nschle/tabbyapi:0.0.1 not found: manifest unknown: manifest unknown
2024-04-17T21:44:27Z error creating container: create or lookup container: container create: Error response from daemon: No such image: nschle/tabbyapi:0.0.1
I guess I am missing something obvious. Please help my struggles! <3
No description
Solution:
docker pull nschle/tabbyapi:v0.0.1
docker pull nschle/tabbyapi:v0.0.1
works and reveals the error, a typo in the tag (missing character "v")...
Jump to solution
3 Replies
Wolfsauge
Wolfsauge4mo ago
The name of the template is "tabbyAPI 0.0.1".
Wolfsauge
Wolfsauge4mo ago
No description
Solution
Wolfsauge
Wolfsauge4mo ago
docker pull nschle/tabbyapi:v0.0.1
docker pull nschle/tabbyapi:v0.0.1
works and reveals the error, a typo in the tag (missing character "v")
Want results from more Discord servers?
Add your server