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
Please provide full log.
I forgot to take a screenshot just now, I'll reproduce the issue tomorrow and send it to you then。
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.
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.Today I use default base image runpod/base:0.61, it works well.