Spaces:
Runtime error
Runtime error
| title: Clip Embedding | |
| emoji: 💻 | |
| colorFrom: pink | |
| colorTo: gray | |
| sdk: docker | |
| app_file: app.py | |
| pinned: false | |
| app_port: 7860 | |
| license: mit | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
| ``` | |
| docker build . -t clip_embeddings | |
| docker run -v ./cache_dir:/app/cache -p 7860:7860 clip_embeddings | |
| docker run -it -p 7860:7860 --platform=linux/amd64 -v ./cache_dir:/app/cache registry.hf.space/nitinsurya-clip-embedding:latest | |
| ``` | |