CoolFace
Apppublic

Noveramaaz/Text_classification_API_Docker

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
.dockerignore35 linesDownload Raw Back to root
1# Include any files or directories that you don't want to be copied to your2# container here (e.g., local build artifacts, temporary files, etc.).3#4# For more help, visit the .dockerignore file reference guide at5# https://docs.docker.com/go/build-context-dockerignore/6 7**/.DS_Store8**/__pycache__9**/.venv10**/.classpath11**/.dockerignore12**/.env13**/.git14**/.gitignore15**/.project16**/.settings17**/.toolstarget18**/.vs19**/.vscode20**/*.*proj.user21**/*.dbmdl22**/*.jfm23**/bin24**/charts25**/docker-compose*26**/compose*27**/Dockerfile*28**/node_modules29**/npm-debug.log30**/obj31**/secrets.dev.yaml32**/values.dev.yaml33LICENSE34README.md35