parent
dae7318a7d
commit
3df40715b4
1 changed files with 2 additions and 3 deletions
|
@ -30,6 +30,5 @@ ENV PATH=/home/runner/.local/bin:$PATH
|
|||
|
||||
COPY requirements.txt ./
|
||||
|
||||
RUN set -e; \
|
||||
pip install --user -r requirements.txt; \
|
||||
rm -r /home/runner/.cache;
|
||||
RUN --mount=type=cache,id=pip-cache,target=/home/runner/.cache/pip \
|
||||
pip install --user -r requirements.txt;
|
||||
|
|
Loading…
Add table
Reference in a new issue