Josh Lowery

Results 1 comments of Josh Lowery

The suggestion by @yasu-nxt worked for me. ```COPY --from=download /repositories/ ${ROOT}/repositories/ RUN mkdir ${ROOT}/interrogate && cp ${ROOT}/repositories/clip-interrogator/clip_interrogator/data/* ${ROOT}/interrogate RUN --mount=type=cache,target=/root/.cache/pip \ pip uninstall -y typing_extensions && \ pip install typing_extensions==4.11.0...