diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a5840d5..e9b1b4b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,8 +1,10 @@ { - "image": "mcr.microsoft.com/devcontainers/universal:2", - "features": { - "ghcr.io/devcontainers/features/anaconda:1": {}, - "ghcr.io/devcontainers/features/python:1": {}, + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + "ghcr.io/devcontainers/features/anaconda:1": {}, + "ghcr.io/devcontainers/features/python:1": { + "version":"3.11" + }, "ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {} }, "postCreateCommand": "pip3 install -r requirements.txt && pip3 install -r docs/requirements.txt && pip3 install pytest && conda install -y ffmpeg",