File size: 366 Bytes
9d3162f
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: CaesarAIAPI
emoji: 🐢
colorFrom: indigo
colorTo: gray
sdk: docker
pinned: false
license: mit
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Build docker file: sudo docker build -t caesaraiapi -f Dockerfile .
Run docker file: sudo docker run -it -v "$(pwd):/home/user/app" -p 7860:7860 caesaraiapi