Skip to content

Commit

Permalink
No cache dir for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred de Gier committed Sep 12, 2022
1 parent 8895b74 commit 8081e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copilot_proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /python-docker

COPY copilot_proxy/requirements.txt requirements.txt

RUN pip3 install -r requirements.txt
RUN pip3 install --no-cache-dir -r requirements.txt

COPY copilot_proxy .

Expand Down

0 comments on commit 8081e3e

Please sign in to comment.