mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-21 22:04:02 -07:00
commit
e9fb3cf517
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