Skip to content
New issue

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

Installing PyTorch and fastai as dependencies takes a lot of time and bandwidth #1063

Open
sctse999 opened this issue Nov 22, 2022 · 1 comment · May be fixed by #1066
Open

Installing PyTorch and fastai as dependencies takes a lot of time and bandwidth #1063

sctse999 opened this issue Nov 22, 2022 · 1 comment · May be fixed by #1066

Comments

@sctse999
Copy link
Contributor

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

@sctse999
Copy link
Contributor Author

#1066 submitted. Please review.

@sctse999 sctse999 linked a pull request Nov 30, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant