-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add miniconda installation instructions for industrial practitioners #2
Comments
Good point! The local set-up is the only place I have used Anaconda. I made a test with this configuration on Ubuntu 20.04 with Python virtual environments and everything works: python3 -m venv reprodl
source reprodl/bin/activate
pip install notebook matplotlib pandas ipywidgets pathlib
pip install torch torchvision torchaudio
pip install pytorch-lightning Would there be any issue to this solution in your case? |
Ok, so you would update the README file to show that
|
|
Ok! Shall I close the issue or do you want to update the README first and then close the issue yourself? EDIT: concerning the PyTorch instructions for |
I am closing it now, I'll update the README and possibly re-open it if I have additional issues with virtual environments. Thanks for the feedback! 🙂 |
Hi,
thanks for the really cool course! As of October 2020, Anaconda cannot be used anymore by businesses with more than 200 employees unless they buy the commercial edition. For this reason, the course as it is cannot be followed by industrial practitioners unless they business buys Anaconda Commercial licenses. Thus, I suggest you to add local set-up instructions based on miniforge, which:
conda-forge
channel, which can be used freely by commercial and non-commercial organizations alikeconda
The text was updated successfully, but these errors were encountered: