Where can I enable DOCKER_BUILDKIT option in PyCharm for Docker interpreter?
I tried the following and it returns a buildkit related error1, already set configuration in Docker Desktop 2
Connecting to Docker daemon�Connected
Waiting for build operation�
Step 1/8 : FROM base/image:master
---> daee1e3e0fcb
...
Step 7/8 : RUN --mount=type=cache,target=/root/.cache/pip pip install -r requirements.txt && chmod +x run.sh
Error response from daemon: the --mount option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/ to learn how to build images with BuildKit enabled
Build completed
Unable to find an image for introspection


