Sign inSign up

almavizca/pip-cache

By almavizca

•Updated almost 3 years ago

Python pip cache

Image
0

295

almavizca/pip-cache repository overview

⁠Pip cache

This image runs devpi service as a caching proxy.

Dockerfile⁠

Note: This repository is a fork from aanatoly/pip-cache⁠ with fixes that weren't merged.

⁠Usage

Start the server

docker run --rm -t --name pip-cache \
    -v /var/cache/pip-cache:/data \
    -p 3141:3141 \
    almavizca/pip-cache

⁠Run pip

PHOST=localhost
pip install --trusted-host $PHOST --index-url http://$PHOST:3141/root/pypi/+simple/ tox

⁠Caches

If you are wondering how to integrate this into a workflow, take a look at the Caches⁠ repository.

Tag summary

Content type

Image

Digest

sha256:8ea514b7e…

Size

132 MB

Last updated

almost 3 years ago

docker pull almavizca/pip-cache