File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
sample_cpu_project/.devcontainer
sample_pytorch_gpu_project/.devcontainer Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 },
1818 "initializeCommand" : " test -f ${localWorkspaceFolder}/.env || touch ${localWorkspaceFolder}/.env" ,
1919 "containerEnv" : {
20- "PYTHONPATH" : " /workspaces/repo/src "
20+ "PYTHONPATH" : " /workspaces/repo"
2121 },
2222 "runArgs" : [
2323 " --env-file" ,
Original file line number Diff line number Diff line change 1717 },
1818 "initializeCommand" : " test -f ${localWorkspaceFolder}/.env || touch ${localWorkspaceFolder}/.env" ,
1919 "containerEnv" : {
20- "PYTHONPATH" : " /workspaces/repo/src "
20+ "PYTHONPATH" : " /workspaces/repo"
2121 },
2222 "runArgs" : [
2323 " --env-file" ,
Original file line number Diff line number Diff line change 1717 },
1818 "initializeCommand" : " test -f ${localWorkspaceFolder}/.env || touch ${localWorkspaceFolder}/.env" ,
1919 "containerEnv" : {
20- "PYTHONPATH" : " /workspaces/repo/src "
20+ "PYTHONPATH" : " /workspaces/repo"
2121 },
2222 "runArgs" : [
2323 " --env-file" ,
You can’t perform that action at this time.
0 commit comments