Spaces:
Runtime error
Runtime error
File size: 829 Bytes
a70d44f f0b9b57 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
---
title: Resume Analysis
emoji: 📚
colorFrom: indigo
colorTo: pink
sdk: gradio
sdk_version: 3.36.1
app_file: app.py
pinned: false
license: apache-2.0
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
### 环境
1. 最新的Docker Engine - Community(Linux版本)
version: 20.0.4
### 如何部署
0. 登陆Huggingface申请模型下载权限
- minskiter/resume-token-classification
https://huggingface.co/minskiter/resume-token-classification
- minskiter/resume-token-classification-name-0708
https://huggingface.co/minskiter/resume-token-classification-name-0708
1. 首先设置环境变量
```bash
export HF_Token={Your Huggingface Token}
```
2. 执行部署
```
sudo docker compose up -d --build
```
新版使用`docker compose`,旧版使用`docker-compose`
|