From d92bff888e7b3de31746785c314d3bebd2546652 Mon Sep 17 00:00:00 2001 From: Juho Inkinen <34240031+juhoinkinen@users.noreply.github.com> Date: Thu, 30 May 2024 08:56:29 +0300 Subject: [PATCH] Cleanup file --- .devcontainer/devcontainer.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b7dbdc85..741d66e4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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": { @@ -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] }