Skip to content

Commit

Permalink
Cleanup file
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed May 30, 2024
1 parent 11a9ce0 commit d92bff8
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "Annif Tutorial Environment",
//"image": "quay.io/natlib/annif:tutorial",
//"image": "mcr.microsoft.com/devcontainers/universal:2",
"build": {
"build": {
"dockerfile": "../Dockerfile"
},
"customizations": {
"codespaces": {
// Avoid opening /README.md
"openFiles": []
},
"vscode": {
Expand All @@ -16,14 +15,8 @@
}
}
},

"features": {
},
// Use 'postCreateCommand' to run commands after the container is created.
//"postCreateCommand": "sudo apt update && sudo apt upgrade -y && sudo apt install -y --no-install-recommends libvoikko1 voikko-fi -y && pip install annif[voikko,fasttext,nn,omikuji,stwfsa] jupyter dvc && python -m nltk.downloader punkt -d /usr/share/nltk_data",

// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [5000],

// "remoteUser": "annif-user",
"forwardPorts": [5000]
}

0 comments on commit d92bff8

Please sign in to comment.