Closed killkamad closed 9 months ago
I found a solution, you have to add the PYTHONPATH to the path where my dir with module is located in Dockerfile, like this:
ENV PYTHONPATH "${PYTHONPATH}:/app"
My module is located in feast_oracle dir. Example:
Getting this error when trying to run this repo in docker: