Deprecated! Please use ARKseal/crawlingathome-worker
Help us build a billion-scale image-caption dataset by filtering Common Crawl with OpenAI CLIP
To use worker docker images run the following commands, where $NICKNAME is your nickname that will be showed in leaderboard.
docker run --detach \
--name watchtower \
--restart=on-failure \
--volume /var/run/docker.sock:/var/run/docker.sock \
containrrr/watchtower --label-enable --cleanup --interval 1800 && \
docker run --detach -it \
--name crawlingathome-worker \
--label=com.centurylinklabs.watchtower.enable=true \
--restart=on-failure \
--shm-size 1G \
-e NAME=$NICKNAME \
wikidepia/crawlingathome-worker:latest-cpu
You can build docker image yourself with the following command
docker build --no-cache --build-arg GIT_COMMIT=$(git rev-parse HEAD) .
You are more than welcome to contribute to this development, and make it more sane :)