Dockerfile line 22 the pip install command pip install --install-options="--prefix=/install" -r /requirements.txt seems to be deprecated. When trying to build the Docker image a lengthy error message is thrown (ref below).
Please tick the applicable box(es) regarding the kind of bug you found:
Description
Dockerfile
line 22 the pip install commandpip install --install-options="--prefix=/install" -r /requirements.txt
seems to be deprecated. When trying to build the Docker image a lengthy error message is thrown (ref below).Please tick the applicable box(es) regarding the kind of bug you found:
Additional context