yym68686 commited on
Commit
0e408d9
·
1 Parent(s): 0dde903

update README

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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
+ ```