Skip to content

Commit 61d8926

Browse files
junkataokaCopilot
andauthored
Update src/sample_pytorch_gpu_project/.devcontainer/devcontainer.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b0917c3 commit 61d8926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sample_pytorch_gpu_project/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/repo,type=bind",
3030
"workspaceFolder": "/workspaces/repo",
3131
"remoteUser": "devuser",
32-
"postCreateCommand": "cd /workspaces/repo && pre-commit install --overwrite || true",
32+
"postCreateCommand": "cd /workspaces/repo && pre-commit install --overwrite || echo 'pre-commit installation failed; continuing without pre-commit hooks'",
3333
"customizations": {
3434
"vscode": {
3535
"extensions": [

0 commit comments

Comments
 (0)