gchandra
Databricks Employee
Databricks Employee

Any specific reason you are trying to containerize this?

Can you try adding an apt-get update before python3-venv

RUN apt-get update && \

         apt-get install -y python3-venv



~