mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-21 05:44:09 -07:00
No cache dir for pip
This commit is contained in:
parent
8895b74238
commit
8081e3ef0a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ WORKDIR /python-docker
|
||||||
|
|
||||||
COPY copilot_proxy/requirements.txt requirements.txt
|
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 .
|
COPY copilot_proxy .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue