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
Since these depdencies aren't absolutely necessary, should we separate them into another yml.
cd donkeycar conda env create -f install\envs\windows.yml
In case anyone want to use it, they could do a separate installation like this:
conda env update --name donkey --file pytorch.yml --prune
This will help users not using pytorch much faster to complete the standard installation.
Reference: https://stackoverflow.com/questions/42352841/how-to-update-an-existing-conda-environment-with-a-yml-file
The text was updated successfully, but these errors were encountered:
#1066 submitted. Please review.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Since these depdencies aren't absolutely necessary, should we separate them into another yml.
In case anyone want to use it, they could do a separate installation like this:
conda env update --name donkey --file pytorch.yml --prune
This will help users not using pytorch much faster to complete the standard installation.
Reference:
https://stackoverflow.com/questions/42352841/how-to-update-an-existing-conda-environment-with-a-yml-file
The text was updated successfully, but these errors were encountered: