TIP-Adapter CLIP API
683
This repository stores the Docker images associated with an api for wrapping a caching adapter method for OpenAI's Clip. The implementation code can be found here
This image is dependent on a RedisAI instance also running and accessible. If you wish to swap this out for some other form of Redis you can edit the connection interface.
docker run -p 6379:6379 -d redislabs/redisai
docker run --gpus all -p 80:80 chasemcdougall/capstone-api
host.docker.internal, if you are using an alternative docker provider such as Lima you'll likely want to setup a network for communication and pass in a new REDIS_URL via -e 'REDIS_URL=redis://redis-0:6379'docker network create capstone_network
docker run -p 6379:6379 -d --network capstone_network --name redis-0 redislabs/redisai
docker run --gpus all -p 80:80 --network capstone_network -e "REDIS_URL=redis://redis-0:6379" chasemcdougall/capstone-api:1.1.0
Content type
Image
Digest
sha256:8c1a53e19…
Size
7.7 GB
Last updated
almost 3 years ago
docker pull chasemcdougall/capstone-api