Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. RUN pip3 download -d "/pth/to/downloaded/files" -r /interos/temp/requirements.txt -c /interos/temp/constraints.txt
  2.  
  3. # much later on in the Dockerfile:
  4.  
  5. RUN pip3 install --download-cache="/pth/to/downloaded/files" -r requirements.txt -c constraints.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement