Miceo
Miceo
Explore posts from servers
RRunPod
Created by Miceo on 6/11/2024 in #⛅|pods
runpodctl not found on pod
Issue persists. I'll be sure to flag it on GH. Thanks guys!
21 replies
RRunPod
Created by Miceo on 6/11/2024 in #⛅|pods
runpodctl not found on pod
@digigoblin I tried doing it with ubuntu first, using the following compose file:
FROM ubuntu:22.04

COPY . .
RUN chmod +x run.sh

ENTRYPOINT ["./run.sh"]
FROM ubuntu:22.04

COPY . .
RUN chmod +x run.sh

ENTRYPOINT ["./run.sh"]
runpodctl is now defined, and the API key is injected, but looking at the runpod dashboard, I see the request is thrown with the following error: 2024-06-11T14:15:01.619304736Z Error: Post "https://api.runpod.io/graphql?api_key=XXXXXX": x509: certificate signed by unknown authority Any idea?
21 replies
RRunPod
Created by Miceo on 6/11/2024 in #⛅|pods
runpodctl not found on pod
I'll have a look. Thanks!
21 replies
RRunPod
Created by Miceo on 6/11/2024 in #⛅|pods
runpodctl not found on pod
Makes sense! will it automatically be authenticated? or would I have to set up manual authentication on the pod
21 replies
RRunPod
Created by Miceo on 6/11/2024 in #⛅|pods
runpodctl not found on pod
PS: if there is another way to prevent pods from restarting after executing their task, I'd love to hear it!
21 replies