Skip to content

Commit 6f7e71c

Browse files
authored
Pin to Python 3.13 (#688)
cuML devcontainers fail to solve with Python 3.14, because onnxruntime isn't yet available. This reverts the Python version pin to 3.13 until that is resolved.
1 parent 51ebbe3 commit 6f7e71c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.devcontainer/cuda12.9-conda/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"--ulimit",
1616
"nofile=500000"
1717
],
18+
"containerEnv": {"PYTHON_VERSION": "3.13"},
1819
"hostRequirements": {"gpu": "optional"},
1920
"features": {
2021
"./features/src/cuda": {

.devcontainer/cuda13.0-conda/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"--ulimit",
1616
"nofile=500000"
1717
],
18+
"containerEnv": {"PYTHON_VERSION": "3.13"},
1819
"hostRequirements": {"gpu": "optional"},
1920
"features": {
2021
"./features/src/cuda": {

.devcontainer/cuda13.1-conda/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"--ulimit",
1616
"nofile=500000"
1717
],
18+
"containerEnv": {"PYTHON_VERSION": "3.13"},
1819
"hostRequirements": {"gpu": "optional"},
1920
"features": {
2021
"./features/src/cuda": {

0 commit comments

Comments
 (0)