vscode-dev-containers
vscode-dev-containers copied to clipboard
NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https...
Fedora is fine with using the existing scripts (common-redhat and docker-redhat), with a simple fix in docker-redhat.sh.
# Description Add a new devcontainer definition for [k3d](https://k3d.io/) kubernetes cluster. With this, user will be able to create a new devcontainer which will enable the creation of a local...
-Containerized development environment for Pyspark under fully configured Python 3 development environment (uses the same official image from this respo). -Can run pyspark code locally or send jobs to a...
Last year, the Anaconda repository became fee-based for large commercial organizations. That's one of the reasons that some people want to use conda-forge instead of the Anaconda repository. https://www.anaconda.com/blog/anaconda-commercial-edition-faq There...
- VSCode Version:1.67.2 - Local OS Version: Windows 10 21H2 Build 19044.1708, running WSL v2 Ubuntu 20.04 - Local chip architecture: x86 - Reproduces in: Remote - Containers - Name...
Adds a devcontainer based on the Python devcontainer with CUDA support. Uses the nvidia/cuda image as base image. Enables developers with focus on ML/DL to leverage devcontainers. Could fix #180
Hi folks! We wanted to give you the latest update on this repository. We're currently thinking about how to best scale the growth of dev container definitions, as there's increasing...
## Purpose Create a container definition which provisions a local kubernetes cluster with k3d (for Codespaces and Remote - Containers). ## Motivation While we have a container definition to provision...
Hello, Apologies if this has already been covered, I could not see this in any prior issues that I came across. I've just setup a new Node.js & Mongo DB...
I wonder if we can expose more `Arguments` to `Feature option`? For example, for go-install script, we would like to configure `GOPATH` due to some code generation requirements. We understand...