R
RunPod4mo ago
KAL

Slow docker image download from GCP

Hi, I am experimenting with runpod recently. I tried to deploy a whisper image to runpod from my company GCP docker repo and I found it pretty slow. It look almost 10 minutes to download a 11GB size image. While I understand the image is huge, but I wonder is ther any things to do to speed up the process. For example, the repo location (current in asia, as my company is in asia)
7 Replies
nerdylive
nerdylive4mo ago
maybe closer to the host ( us, eur )
Madiator2011 (Work)
@KAL how many layers?
KAL
KALOP4mo ago
i resolved by moving to US region and removing poetry cache, which slim by docker image from 11 to 5 fyi @Madiator2011 (Work) 19 layers btw is there any way to tigger a new release with API
yhlong00000
yhlong000004mo ago
In template, if you update image version it will trigger a new release
KAL
KALOP4mo ago
Manage Templates | RunPod Documentation
Create, modify, and delete templates in RunPod using GraphQL API with various parameters for container disk size, Docker arguments, environment variables, and more.
KAL
KALOP4mo ago
i just tried to call saveTemplate to trigger a new release, but it keep returning INTERNAL_SERVER_ERROR . Can you help me check what is the problem? thanks Also it will be nice to just requiring id and things I want to change only for saveTemplate , currently i need to refill env and else which is not going to change for a new releaes 🤔
mutation {
saveTemplate(input: {
id: "123123",
containerDiskInGb: 50,
dockerArgs: "",
env: [
{
key: "key1",
value: "value1"
},
{
key: "key2",
value: "value2"
}
],
imageName: "image",
name: "template",
volumeInGb: 0,
}) {
id
containerDiskInGb
dockerArgs
env {
key
value
}
imageName
name
}
}
mutation {
saveTemplate(input: {
id: "123123",
containerDiskInGb: 50,
dockerArgs: "",
env: [
{
key: "key1",
value: "value1"
},
{
key: "key2",
value: "value2"
}
],
imageName: "image",
name: "template",
volumeInGb: 0,
}) {
id
containerDiskInGb
dockerArgs
env {
key
value
}
imageName
name
}
}
id, imagename and name are changed in discord
{
"errors": [
{
"message": "Something went wrong. Please try again later or contact support.",
"path": [
"saveTemplate"
],
"extensions": {
"code": "INTERNAL_SERVER_ERROR"
}
}
],
"data": {
"saveTemplate": null
}
}
{
"errors": [
{
"message": "Something went wrong. Please try again later or contact support.",
"path": [
"saveTemplate"
],
"extensions": {
"code": "INTERNAL_SERVER_ERROR"
}
}
],
"data": {
"saveTemplate": null
}
}
nerdylive
nerdylive4mo ago
Try to write your feedback in #🧐|feedback Yeah idk which di required the error is like not really clear
Want results from more Discord servers?
Add your server