Prevent tox from reinstalling dependencies that are pre-installed in a Docker image #3477
-
| I'm running My Dockerfile (Dependency Installation)COPY image-requirements.txt . RUN pip install --no-cache-dir -r image-requirements.txt --user # Install Playwright browsers RUN playwright install chromium
My |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
| This is not supported and out of scope for this project. You can try to create a plugin to achieve this, however, I'm not entirely sure how you would achieve this, even with a plugin. |
Beta Was this translation helpful? Give feedback.
-
| By ditching Tox, and just using - "pip install -e ." i was able to achieve what i wanted. |
Beta Was this translation helpful? Give feedback.
This is not supported and out of scope for this project. You can try to create a plugin to achieve this, however, I'm not entirely sure how you would achieve this, even with a plugin.