We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pip install
--no-cache-dir
1 parent 605a4b9 commit 130b1ffCopy full SHA for 130b1ff
Dockerfile.github_action
@@ -3,7 +3,7 @@ FROM python:3.12 as base
3
WORKDIR /app
4
ADD pyproject.toml .
5
ADD requirements.txt .
6
-RUN pip install . && rm pyproject.toml requirements.txt
+RUN pip install --no-cache-dir . && rm pyproject.toml requirements.txt
7
ENV PYTHONPATH=/app
8
ADD docs docs
9
ADD pr_agent pr_agent
0 commit comments