Fetching metadata from the HF Docker repository...
RickyGuoTheCrazish
update docker file
47d83ad
|
|
|
|
|
__pycache__/ |
|
|
*.py[cod] |
|
|
*$py.class |
|
|
*.so |
|
|
.Python |
|
|
build/ |
|
|
develop-eggs/ |
|
|
dist/ |
|
|
downloads/ |
|
|
eggs/ |
|
|
.eggs/ |
|
|
lib/ |
|
|
lib64/ |
|
|
parts/ |
|
|
sdist/ |
|
|
var/ |
|
|
wheels/ |
|
|
*.egg-info/ |
|
|
.installed.cfg |
|
|
*.egg |
|
|
|
|
|
|
|
|
venv/ |
|
|
env/ |
|
|
ENV/ |
|
|
|
|
|
|
|
|
.vscode/ |
|
|
.idea/ |
|
|
*.swp |
|
|
*.swo |
|
|
*~ |
|
|
|
|
|
|
|
|
.DS_Store |
|
|
Thumbs.db |
|
|
|
|
|
|
|
|
.git/ |
|
|
.gitignore |
|
|
|
|
|
|
|
|
test_*.py |
|
|
*_test.py |
|
|
tests/ |
|
|
|
|
|
|
|
|
*.md |
|
|
USAGE.md |
|
|
|
|
|
|
|
|
.env |
|
|
.env.local |
|
|
*.log |
|
|
|
|
|
|
|
|
*.ipynb |
|
|
.ipynb_checkpoints/ |
|
|
|
|
|
|
|
|
htmlcov/ |
|
|
.coverage |
|
|
.coverage.* |
|
|
coverage.xml |
|
|
|
|
|
|
|
|
.pytest_cache/ |
|
|
|
|
|
|
|
|
.mypy_cache/ |
|
|
.dmypy.json |
|
|
dmypy.json |
|
|
|