We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noah's machine
The dlp-cli will detect a false positive for a mamba env if the mamba env contains the string "dlp" in it, even if the env is named differently.
Create a mamba env with a name containing "dlp", install backend via dlp-cli
The text was updated successfully, but these errors were encountered:
Hello @dwu359! Thank you for submitting the Bug Request Form. We appreciate your contribution. 👋
We will look into it and provide a response as soon as possible.
To work on this bug request, you can follow these branch setup instructions:
``` git checkout nextjs ```
``` git pull origin nextjs ```
git checkout -b bug-988
Feel free to make the necessary changes in this branch and submit a pull request when you're ready.
Best regards, Deep Learning Playground (DLP) Team
Sorry, something went wrong.
@dwu359 this bug isn't just on Noah's machine. It seems to be across diff OS
Yep I know, that's just the OS where we discovered the bug, and it definitely isn't an OS dependent bug
No branches or pull requests
Operating system
Noah's machine
Bug description
The dlp-cli will detect a false positive for a mamba env if the mamba env contains the string "dlp" in it, even if the env is named differently.
Steps to reproduce
Create a mamba env with a name containing "dlp", install backend via dlp-cli
The text was updated successfully, but these errors were encountered: