Skip to content

Commit

Permalink
Remove mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanluoyc committed Nov 6, 2023
1 parent 736216f commit 1499529
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1499529

Please sign in to comment.