Spaces:
Runtime error
Runtime error
File size: 416 Bytes
856f6aa 372818f 856f6aa 0e408d9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
---
title: ChatGPT Telegram Bot
emoji: π
colorFrom: gray
colorTo: blue
sdk: docker
app_port: 8080
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
```bash
dodocker build --no-cache -t chatgpt:hugging -f Dockerfile.hugging.build --platform linux/amd64 .
docker tag chatgpt:hugging yym68686/chatgpt:hugging
docker push yym68686/chatgpt:hugging
``` |