https://github.com/runpod-workers/cog-worker
Cog based workers to RunPod serverless workers.
https://github.com/runpod-workers/cog-worker
Last synced: 12 months ago
JSON representation
Cog based workers to RunPod serverless workers.
- Host: GitHub
- URL: https://github.com/runpod-workers/cog-worker
- Owner: runpod-workers
- License: mit
- Created: 2023-10-11T17:33:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T04:31:22.000Z (about 1 year ago)
- Last Synced: 2025-05-30T09:27:47.889Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 19
- Watchers: 4
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cog Worker Skeleton
Easily convert cog based images to a runpod serverless worker.
## Getting Started
```bash
git clone https://github.com/runpod-workers/cog-worker.git
cd cog-worker/
docker build --tag user/repo:tag --build-arg COG_REPO=user --build-arg COG_MODEL=model_name --build-arg COG_VERSION=model_version .
docker push user/repo:tag
```