// For format details, see https://aka.ms/devcontainer.json. For config options, see the { "name": "video_analizer", "build": { "dockerfile": "../Dockerfile" }, "customizations": { "vscode": { "extensions": [ "ms-python.python", "ms-python.vscode-pylance", "ms-toolsai.jupyter", "ms-toolsai.vscode-jupyter-cell-tags", "ms-toolsai.tensorboard", "ms-toolsai.jupyter-keymap", "ms-toolsai.jupyter-renderers", "ms-toolsai.vscode-jupyter-slideshow" ] } }, // You can read about these additional settings by following the links: "forwardPorts": ["7860:7860"], // https://code.visualstudio.com/docs/devcontainers/containers#_forwarding-or-publishing-a-port "overrideCommand": false, // https://code.visualstudio.com/remote/advancedcontainers/start-processes "runArgs": [ "--shm-size=1gb", "--gpus", "all" ] }