File size: 204 Bytes
4f34e0f
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
version: "3.9"

services:
    app:
        build: .
        image: jacoblincool/tiktoken-calculator
        ports:
            - "7860:7860"
        environment:
            GRADIO_SERVER_NAME: "0.0.0.0"