CoolFace
Apppublic

mlnsio/text2sql

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes
.dockerignore18 linesDownload Raw Back to model
1# The .dockerignore file excludes files from the container build process.2#3# https://docs.docker.com/engine/reference/builder/#dockerignore-file4 5# Exclude Git files6.git7.github8.gitignore9 10# Exclude Python cache files11__pycache__12.mypy_cache13.pytest_cache14.ruff_cache15 16# Exclude Python virtual environment17/venv18