Skip to content

Commit 70995b4

Browse files
authored
use Python 3.11 in devcontainer
1 parent afdf89b commit 70995b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-cv",
3-
"image": "mcr.microsoft.com/devcontainers/python:3.10",
3+
"image": "mcr.microsoft.com/devcontainers/python:3.11",
44
"runArgs": ["--ipc=host"],
55
"features": {
66
"ghcr.io/devcontainers/features/nvidia-cuda:1": {

0 commit comments

Comments
 (0)