diff options
author | JP Ungaretti <19893438+jungaretti@users.noreply.github.com> | 2022-12-16 02:09:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-16 09:09:14 +0100 |
commit | a891096af955c4545fb0c31a457df5b83d4f32d7 (patch) | |
tree | 6c43da8652f40a026f8f5e40437b789cfa031405 /numpy/array_api/_set_functions.py | |
parent | 39434977b95eefbefec303f5fd763e693dfaf26a (diff) | |
download | numpy-a891096af955c4545fb0c31a457df5b83d4f32d7.tar.gz |
DEV: Fix devcontainer configuration (#22785)
This PR fixes numpy's devcontainer.json to successfully create an Anaconda environment. You can test this new devcontainer.json by creating a codespace for my fork/branch: https://github.com/codespaces/new?hide_repo_select=true&ref=jungaretti%2Ffix-devcontainer&repo=576410652
Changes
* Removed references to Microsoft's anaconda-0.3 image. This image is deprecated. For a list of maintained images, see https://github.com/devcontainers/images
* Added a new setup.sh script that is run by postCreateCommand and removed the unnecessary Dockerfile. For more information about devcontainer lifecycle scripts, see https://containers.dev/implementors/json_reference/#lifecycle-scripts
* Increases memory requirement to 8 GB. Anaconda environment creation seems to fail when only 4 GB of memory are available. This hostRequirements addition will ensure that the environment is created successfully with GitHub Codespaces.
* Remove unnecessary rust dependency
Diffstat (limited to 'numpy/array_api/_set_functions.py')
0 files changed, 0 insertions, 0 deletions