Skip to content

Commit 2523a23

Browse files
committed
fix: PYTHONPATH
1 parent dc51252 commit 2523a23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

notebooks/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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",

src/sample_cpu_project/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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",

src/sample_pytorch_gpu_project/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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",

0 commit comments

Comments
 (0)