@iam-veeramalla ran into an error while building from the dockerfile. It occurred due to usage of pip and apt in same docker file. Adding the flag fixes this problem.
Not recommended in prod environment, its more like a quick fix. Other way would be to create a virtual environment before building.
@iam-veeramalla ran into an error while building from the dockerfile. It occurred due to usage of pip and apt in same docker file. Adding the flag fixes this problem.
Not recommended in prod environment, its more like a quick fix. Other way would be to create a virtual environment before building.