Corin1998 commited on
Commit
d470e83
·
verified ·
1 Parent(s): 1a1b2af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -7,4 +7,15 @@ sdk: docker
7
  pinned: false
8
  ---
9
 
 
 
 
 
 
 
 
 
 
 
 
10
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
7
  pinned: false
8
  ---
9
 
10
+ # HF Resume Intake System (OpenAI版) - Docker
11
+
12
+ ## 必須の環境変数
13
+ - `OPENAI_API_KEY` : OpenAI API Key
14
+ - `HF_TOKEN` : (任意) Hugging Face 書き込みトークン
15
+ - `DATASET_REPO` : (任意) 保存先 Dataset `<org-or-user>/candidates`
16
+
17
+ ## ローカル起動
18
+ ```bash
19
+ docker compose build
20
+ OPENAI_API_KEY=sk-xxx HF_TOKEN=hf_xxx DATASET_REPO=your-id/candidates docker compose up
21
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference