R
Runpod11mo ago
!Xabbu

Error response from daemon: container

After uploading my ED25519 SSH, creating a pod (using the "winglian/axolotl-cloud:main-latest image"), and trying to SSH into it, I immediately get a :
Error response from daemon: container [..id..] is not running
Error response from daemon: container [..id..] is not running
error after successfully authenticating to ssh.runpod.io with the public key. Looking at the pod's system logs, it says the image was created, but it doesn't get beyond starting it and the container log shows a "curl: no URL specified" error:
Container logs:
2024-12-14T23:05:26.009017152Z Exporting environment variables...
2024-12-14T23:05:26.033371400Z * Starting OpenBSD Secure Shell server sshd
2024-12-14T23:05:26.043064825Z ...done.
2024-12-14T23:05:26.051583850Z curl: no URL specified!
2024-12-14T23:05:26.051609264Z curl: try 'curl --help' or 'curl --manual' for more information
[REPEATED]
Container logs:
2024-12-14T23:05:26.009017152Z Exporting environment variables...
2024-12-14T23:05:26.033371400Z * Starting OpenBSD Secure Shell server sshd
2024-12-14T23:05:26.043064825Z ...done.
2024-12-14T23:05:26.051583850Z curl: no URL specified!
2024-12-14T23:05:26.051609264Z curl: try 'curl --help' or 'curl --manual' for more information
[REPEATED]
I'm trying to run an LLM finetune using axolotl
Solution:
Quick update, this is due to the template in the tutorial no longer being maintained as the repo for git moved under axolotl. The working RunPod Template for this is axolotali/axolotl-cloud:main-latest And currently the axolotlai template is working. I have raised this issue internally with our team and we will get the template in the tutorial updated to point to this as well....
No description
No description
Jump to solution
13 Replies
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
!Xabbu
!XabbuOP11mo ago
This error is in response from me starting the pod and from the curl command executed from within the starting pod. All I did was start the pod. Is that not supposed to work straight out of the box?
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
!Xabbu
!XabbuOP11mo ago
I used LazyAxolotl (winglian/axolotl-cloud:main-latest)
!Xabbu
!XabbuOP11mo ago
Fine tune an LLM with Axolotl on RunPod | RunPod Documentation
Learn how to fine-tune large language models with Axolotl on RunPod, a streamlined workflow for configuring and training AI models with GPU resources, and explore examples for LLaMA2, Gemma, LLaMA3, and Jamba.
!Xabbu
!XabbuOP11mo ago
All I'm trying to do is launch an axolotl run once I can get into the server, send my files over, etc.
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Poddy
Poddy11mo ago
@!Xabbu
Escalated To Zendesk
The thread has been escalated to Zendesk!
!Xabbu
!XabbuOP11mo ago
I just created a volume in a region, picked a GPU, selected # of GPUs, and started the pod with that image/template I would appreciate that
Titanium-Monkey
Titanium-Monkey11mo ago
curl command is coming from Container Start Command in this Template, its trying to call an ENV VAR called $SCRIPT which does not exist on this image while running it locally. I would expect to see an env var from the command printenv | grep SCRIPT but there is nothing. Not a single mention of a URL in env. Remove the Container start command by Editing the Pod and the container should start and be accessible, as it stops the container from continually looping. You can also keep a container from looping by adding bash -c ‘sleep infinity’ to the container start command. As once the command finishes, it will just restart the pod unless its told to stay up. https://github.com/axolotl-ai-cloud/axolotl
Titanium-Monkey
Titanium-Monkey11mo ago
No description
Solution
Titanium-Monkey
Titanium-Monkey11mo ago
Quick update, this is due to the template in the tutorial no longer being maintained as the repo for git moved under axolotl. The working RunPod Template for this is axolotali/axolotl-cloud:main-latest And currently the axolotlai template is working. I have raised this issue internally with our team and we will get the template in the tutorial updated to point to this as well.
No description
No description
!Xabbu
!XabbuOP11mo ago
Excellent. Thanks. I will give the other template a try. I was able to stand up the pod with this change. Thanks

Did you find this page helpful?