From 1499529e9acd9fd4510cb440f6fd4c803e634208 Mon Sep 17 00:00:00 2001 From: Yicheng Luo Date: Mon, 6 Nov 2023 23:35:57 +0000 Subject: [PATCH] Remove mounts --- .devcontainer/devcontainer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1c08e3a..4f80dab 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,11 +16,11 @@ }, "target": "base" }, - "mounts": [{ - "type": "bind", - "source": "${localEnv:HOME}/tensorflow_datasets", - "target": "/home/vscode/tensorflow_datasets" - }], + // "mounts": [{ + // "type": "bind", + // "source": "${localEnv:HOME}/tensorflow_datasets", + // "target": "/home/vscode/tensorflow_datasets" + // }], // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created.