base_image in dockerless serverless

when "runpodctl project dev", use runpod/pytorch:2.0.1-py3.10-cuda11.8.0-devel-ubuntu22.04 as base_image, log "apt not installed". When I test helloworld project using default runpod/base:0.6.1-cuda11.8.0, is ok .
5 Replies
ashleyk
ashleyk2y ago
Please provide full log.
fanbing
fanbingOP2y ago
I forgot to take a screenshot just now, I'll reproduce the issue tomorrow and send it to you then。
fanbing
fanbingOP2y ago
use "runpod/pytorch:2.0.1-py3.10-cuda11.8.0-devel-ubuntu22.04 " as base_iamge in hello world project , runpodctl project dev, log info in screenshot.
No description
No description
No description
No description
ashleyk
ashleyk2y ago
Why are you installing sudo? You are already root user on RunPod, you don't need sudo? For the venv error, you have to install python3.10-venv. I don't see any errors that say that apt is not installed, apt seems to be working just fine.
fanbing
fanbingOP2y ago
Today I use default base image runpod/base:0.61, it works well.

Did you find this page helpful?