Skip to content

Commit

Permalink
build: simplify requirements documents
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Nov 25, 2024
1 parent b81f2cf commit bf1575f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ci/docker/windows_standalone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,7 @@ ADD requirements.txt requirements-dev.txt c:\temp\
RUN python -m pip install --upgrade pip ; `
pip install wheel ; `
pip install --upgrade setuptools ;`
python -m pip wheel -r c:\temp\requirements.txt -r c:\temp\requirements-dev.txt --wheel-dir c:\wheels

RUN pip install --no-index --find-links=c:\wheels\ `
-r c:\temp\requirements.txt `
-r c:\temp\requirements-dev.txt
pip install -r c:\temp\requirements-dev.txt

ENV PIP_FIND_LINKS=c:\wheels\
COPY ci/docker/windows_standalone/build_standalone.ps1 c:/scripts/build_standalone.ps1
Expand Down

0 comments on commit bf1575f

Please sign in to comment.