重整
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
{
|
||||
"id": "patch-conda",
|
||||
"name": "Patch Conda Packages",
|
||||
"installsAfter": [
|
||||
"ghcr.io/devcontainers/features/conda"
|
||||
]
|
||||
"id": "patch-conda",
|
||||
"name": "Patch Conda Packages",
|
||||
"installsAfter": ["ghcr.io/devcontainers/features/anaconda"]
|
||||
}
|
||||
|
||||
@@ -43,4 +43,4 @@ sudo_if /usr/local/python/3.11.*/bin/python -m pip install --upgrade pip
|
||||
|
||||
# https://github.com/advisories/GHSA-5rjg-fvgr-3xxf
|
||||
# Updating setuptools version for python 3.11. Must be removed when pinned version 3.11 is updated to a different python version.
|
||||
update_package /usr/local/python/3.11.*/bin/python setuptools "78.1.1"
|
||||
update_package /usr/local/python/3.11.*/bin/python setuptools "78.1.1"
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"./local-features/nvs",
|
||||
"ghcr.io/devcontainers/features/python:1",
|
||||
"./local-features/patch-python",
|
||||
"ghcr.io/devcontainers/features/conda:1",
|
||||
"ghcr.io/devcontainers/features/anaconda:1",
|
||||
"./local-features/patch-conda",
|
||||
"ghcr.io/devcontainers/features/java:1",
|
||||
"ghcr.io/devcontainers/features/go:1",
|
||||
|
||||
Reference in New Issue
Block a user