diff --git a/.devcontainer/cpu/devcontainer.json b/.devcontainer/cpu/devcontainer.json index f0357b1f..d66ae1a8 100644 --- a/.devcontainer/cpu/devcontainer.json +++ b/.devcontainer/cpu/devcontainer.json @@ -28,7 +28,7 @@ "ppa": "false" }, // "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}, - "ghcr.io/iterative/features/nvtop:1": {}, + "ghcr.io/iterative/features/nvtop:1": {} }, "customizations": { "devpod": { @@ -37,7 +37,7 @@ "vscode": { "settings": { "terminal.integrated.shell.linux": "/bin/bash", - "python.terminal.activateEnvInCurrentTerminal": true, + "python.terminal.activateEnvInCurrentTerminal": true }, "extensions": [ "ms-python.python", @@ -57,10 +57,9 @@ "seatonjiang.gitmoji-vscode", "ms-vscode.remote-repositories", "donjayamanne.python-environment-manager", - "ninoseki.vscode-pylens", "ninoseki.vscode-mogami", "charliermarsh.ruff" ] } } -} +} \ No newline at end of file diff --git a/.devcontainer/gpu/devcontainer.json b/.devcontainer/gpu/devcontainer.json index 7b2a20a1..42c893f5 100644 --- a/.devcontainer/gpu/devcontainer.json +++ b/.devcontainer/gpu/devcontainer.json @@ -3,7 +3,7 @@ "build": { "target": "focoos-gpu", "context": "../..", - "dockerfile": "../../Dockerfile", + "dockerfile": "../../Dockerfile" }, "shutdownAction": "none", "remoteUser": "root", @@ -41,7 +41,7 @@ "version": "os-provided", "ppa": "false" }, - "ghcr.io/iterative/features/nvtop:1": {}, + "ghcr.io/iterative/features/nvtop:1": {} }, "customizations": { "devpod": { @@ -50,7 +50,7 @@ "vscode": { "settings": { "terminal.integrated.shell.linux": "/bin/bash", - "python.terminal.activateEnvInCurrentTerminal": true, + "python.terminal.activateEnvInCurrentTerminal": true }, "extensions": [ "ms-python.python", @@ -70,10 +70,9 @@ "seatonjiang.gitmoji-vscode", "ms-vscode.remote-repositories", "donjayamanne.python-environment-manager", - "ninoseki.vscode-pylens", "ninoseki.vscode-mogami", "charliermarsh.ruff" ] } } -} +} \ No newline at end of file diff --git a/.devcontainer/tensorrt/devcontainer.json b/.devcontainer/tensorrt/devcontainer.json index ab962c73..0a8a2047 100644 --- a/.devcontainer/tensorrt/devcontainer.json +++ b/.devcontainer/tensorrt/devcontainer.json @@ -42,7 +42,7 @@ "ppa": "false" }, // "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}, - "ghcr.io/iterative/features/nvtop:1": {}, + "ghcr.io/iterative/features/nvtop:1": {} }, "customizations": { "devpod": { @@ -51,7 +51,7 @@ "vscode": { "settings": { "terminal.integrated.shell.linux": "/bin/bash", - "python.terminal.activateEnvInCurrentTerminal": true, + "python.terminal.activateEnvInCurrentTerminal": true }, "extensions": [ "ms-python.python", @@ -71,10 +71,9 @@ "seatonjiang.gitmoji-vscode", "ms-vscode.remote-repositories", "donjayamanne.python-environment-manager", - "ninoseki.vscode-pylens", "ninoseki.vscode-mogami", "charliermarsh.ruff" ] } } -} +} \ No newline at end of file