docs: add submission grading steps to devcontainer README (#1054)

* docs: add submission grading steps to devcontainer README

* add change

---------

Co-authored-by: jingyuanlm <842442862@qq.com>
This commit is contained in:
you-n-g
2025-07-10 16:48:25 +08:00
committed by GitHub
parent 8d5fd9943d
commit c28fe11bca
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"terminal.integrated.shell.linux": "/bin/bash"
},
"mounts": [
"source=/home/shared/RD-Agent/kaggle,target=/home/shared/RD-Agent/kaggle,type=bind,consistency=cached,readonly"
"source=/home/shared/RD-Agent/kaggle,target=/tmp/kaggle,type=bind,consistency=cached,readonly"
],
"extensions": [
"ms-python.python",