nitinsurya commited on
Commit
fa34d81
1 Parent(s): 5c93d70

Adding docker image based setup.

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -16,4 +16,5 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
16
  ```
17
  docker build . -t clip_embeddings
18
  docker run -v ./cache_dir:/app/cache -p 7860:7860 clip_embeddings
 
19
  ```
 
16
  ```
17
  docker build . -t clip_embeddings
18
  docker run -v ./cache_dir:/app/cache -p 7860:7860 clip_embeddings
19
+ docker run -it -p 7860:7860 --platform=linux/amd64 -v ./cache_dir:/app/cache registry.hf.space/nitinsurya-clip-embedding:latest
20
  ```