Skip to content
Snippets Groups Projects

Repo Cleanup

Merged Ujwal Kundur requested to merge ujwalk-repo-cleanup into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
  • 5ae09a7e
    Fix 6 · 5ae09a7e
    Ujwal Kundur authored
    Suppress "not on path" warnings while installing python packages.
@@ -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,
Loading