MBalk
RRunPod
•Created by MBalk on 5/9/2024 in #⚡|serverless
Docker build inside serverless
Hey all, I am pretty new to serverless, python and docker. I am trying to build an image that I want to run on runpod, but I am running into the issues that some of the dependencies cannot be build on my macbook pro or github actions.
So I thought, why not build the image on runpod as well.
I created the following
handler.py
(See message below)
But receive the below error.
I think it is because docker is not running within the container. Is there a way to make this work?
Dockerfile
14 replies