Labs K3S pip command not found

Hey guys.
I’m following the kubernetes for beginners course and I’m trying to install the images of the voting app on a K3S lab.
For this I (think I) need to do something like pip install -r requirements.txt to the 3 images, after cloning the repository.

So git clone works, but pip install doesn’t.
I tried to run apt install python3-pip but get this “apt command not found” message.
Even sudo says the same thing.

What can I do?

Hello @Xavier.Vieira,
Can you please share the content of the docker file of the image that you need to build?

Thanks,
KodeKloud Support