Skip to content

Commit f03b47f

Browse files
Update devcontainer.json
1 parent ad704ff commit f03b47f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
]
1717
}
1818
},
19-
// "postStartCommand": "git pull origin main && python3 -m pip install -r infra/scripts/index_scripts/requirements.txt",
19+
"postStartCommand": "git pull origin main && python3 -m pip install -r infra/scripts/index_scripts/requirements.txt",
2020
"remoteUser": "vscode",
2121
"hostRequirements": {
2222
"memory": "4gb"
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)