Spaces:
Runtime error
Runtime error
update README
Browse files
README.md
CHANGED
@@ -9,3 +9,9 @@ pinned: false
|
|
9 |
---
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
12 |
+
|
13 |
+
```bash
|
14 |
+
dodocker build --no-cache -t chatgpt:hugging -f Dockerfile.hugging.build --platform linux/amd64 .
|
15 |
+
docker tag chatgpt:hugging yym68686/chatgpt:hugging
|
16 |
+
docker push yym68686/chatgpt:hugging
|
17 |
+
```
|