Skip to content

Tags: devcontainers/features

Tags

feature_nvidia-cuda_1.2.0

Toggle feature_nvidia-cuda_1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
auto find cudnn version (#1126)

* auto find cudnn version

* auto finding libcudnn8 and libcudnn9 packages

* removed unused files

* nvidia-cuda feature patch version bumped

* review comments addressed

* review comments addressed

* --fix-missing added for apt-get update

* test cases fixed for libcudnn check

* test updatedfor cudnnVersion without automatic

feature_oryx_1.4.0

Toggle feature_oryx_1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use new CDN for dotnet builds (#1230)

The azureedge.net domain might stop working as detailed in dotnet/core#9671

Changes in this PR:

dotnet: update the logic to determine the latest version
dotnet and oryx: copy latest dotnet-install script from
https://github.com/dotnet/install-scripts/blob/main/src/dotnet-install.sh
(Normally this happens automatically by a GitHub Action, but there is a sense of urgency here, so I did it manually)
Additional context

https://devblogs.microsoft.com/dotnet/critical-dotnet-install-links-are-changing/
https://build5nines.com/retirement-of-azureedge-net-dns-edg-io-business-closure-and-what-you-need-to-know/

feature_dotnet_2.2.0

Toggle feature_dotnet_2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use new CDN for dotnet builds (#1230)

The azureedge.net domain might stop working as detailed in dotnet/core#9671

Changes in this PR:

dotnet: update the logic to determine the latest version
dotnet and oryx: copy latest dotnet-install script from
https://github.com/dotnet/install-scripts/blob/main/src/dotnet-install.sh
(Normally this happens automatically by a GitHub Action, but there is a sense of urgency here, so I did it manually)
Additional context

https://devblogs.microsoft.com/dotnet/critical-dotnet-install-links-are-changing/
https://build5nines.com/retirement-of-azureedge-net-dns-edg-io-business-closure-and-what-you-need-to-know/

feature_python_1.7.0

Toggle feature_python_1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Codespace unable to start in Jupyter using python feature with option…

… "installJupyterLab": true (#1199)

* Add path for JupyterLab

* Remove unwanted code

feature_oryx_1.3.7

Toggle feature_oryx_1.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Oryx Issue (#1181)

Universal Image Latest Version: Caused issue in a Pipeline
Azure DevOps Pipeline generate-kitchensink-automated Failed

This PR aims to do things:

The pinned dotnet version now is 8.0.202 : Oryx: Unpin .NET version 8.0.101
Publish oryx app with --self-contained true tag . Without this tag oryx fails to launch stating compatible .net runtime version not found

feature_python_1.6.5

Toggle feature_python_1.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Python Feature Version Update (#222) (#1148)

* Fix: Handle case where Python version is already installed in dev container (#617)

* Incorporated Review Comment: Version exist handling

* Update: Python Feature Version

feature_node_1.6.1

Toggle feature_node_1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed Nvm Source Issue(#1078) (#1114)

* Fixed Nvm Source Issue

* Fix: Test Scenario Failure

* Updated node feature version

* Incorporated Review Comment

feature_java_1.6.2

Toggle feature_java_1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
latest jdk 23 is introduced accordingly changed the source code (#1152)

* latest jdk 23 is introduced accordingly changed the source code

* java version bumped

feature_common-utils_2.5.2

Toggle feature_common-utils_2.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
common-utils zshrc issue fix (#1111)

* common-utils zshrc issue fix

* bump feature patch version

* test added to validate the changes of zshrc fix

* user vscode added

* User env added

feature_docker-in-docker_2.8.1

Toggle feature_docker-in-docker_2.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Docker-in-docker - [Bug fix] : Fix externally-managed-environment pyt…

…hon error for "bookworm" (#833)

* Docker-in-docker - [Bug fix] : Fix externally-managed-environment python error for "bookworm"

* add comment