rapidsai / rmm

RAPIDS Memory Manager
https://docs.rapids.ai/api/rmm/stable/
Apache License 2.0
478 stars 195 forks source link

Allow anonymous user in devcontainer name #1576

Closed bdice closed 3 months ago

bdice commented 4 months ago

Recently devcontainer names were updated to include the current user's name. However, in GitHub Codespaces, the username is not defined. As a result, the container name starts with a dash. This is not allowed by GitHub Codespaces, so it fails to launch.

This PR adds a default value of anon to the devcontainer username.

See https://github.com/rapidsai/cudf/pull/15784 for more information.

bdice commented 3 months ago

/merge