Skip to content
Snippets Groups Projects
Commit dffa1dce authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Add some settings

parent 51e7e0ae
No related branches found
No related tags found
No related merge requests found
**/__pycache__
**/.venv
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/bin
**/charts
**/docker-compose*
**/compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
README.md
{
"tasks": [
{
"dockerBuild": {
"context": "${workspaceFolder}",
"dockerfile": "${workspaceFolder}/Dockerfile",
"tag": "spacy-nlp-pipeline:latest"
},
"type": "docker-build"
}
],
"version": "2.0.0"
}
......@@ -9,6 +9,8 @@ ARG GID="1000"
ENV LANG="C.UTF-8"
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
RUN apt-get update \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment