Update devcontainer.json

This commit is contained in:
Jamie Hardt
2022-11-21 23:15:33 -08:00
committed by GitHub
parent ecde5359f1
commit be47786439

View File

@@ -2,7 +2,9 @@
"image": "mcr.microsoft.com/devcontainers/universal:2", "image": "mcr.microsoft.com/devcontainers/universal:2",
"features": { "features": {
"ghcr.io/devcontainers/features/anaconda:1": {}, "ghcr.io/devcontainers/features/anaconda:1": {},
"ghcr.io/devcontainers/features/python:1": {}, "ghcr.io/devcontainers/features/python:1": {
"version":"3.11"
},
"ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {} "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", "postCreateCommand": "pip3 install -r requirements.txt && pip3 install -r docs/requirements.txt && pip3 install pytest && conda install -y ffmpeg",