Skip to content
Snippets Groups Projects
Commit 5ae09a7e authored by Ujwal Kundur's avatar Ujwal Kundur Committed by Wouter Deconinck
Browse files

Fix 6

Suppress "not on path" warnings while installing python packages.
parent 43715330
No related branches found
No related tags found
1 merge request!309Repo Cleanup
This commit is part of merge request !309. Comments created here will be created in the context of that merge request.
......@@ -137,7 +137,9 @@ RUN --mount=type=cache,target=/var/cache/pip \
--trusted-host pypi.org \
--trusted-host files.pythonhosted.org \
--cache-dir /var/cache/pip \
--requirement /usr/local/etc/requirements.txt
--requirement /usr/local/etc/requirements.txt \
--no-warn-script-location
# ^ Supress not on PATH Warnings
## Including some small fixes:
## - Somehow PODIO env isn't automatically set,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment