-
Notifications
You must be signed in to change notification settings - Fork 7
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
OHW22 Python tutorial environment changes #48
Comments
For Python env:
On a different note, |
Fsspec has been explictly added, but I should make sure some of the IAAS libraries are included.
|
We need tensorflow for the undergraduate program tutorial on Friday, Aug 12. https://www.tensorflow.org/install We will also be using tensorflow for projects and it's a pain to install, so I'd say it is necessary to pre-install it beforehand instead of asking for each user to do it on their own. You can install the CPU version of tensorflow if the GPU version is too much of a trouble to install. |
|
@gmanuch Conda makes it easy to install either version of Tensorflow, but as we don't have GPUs, and the GPU accelerated version easily doubled the size of the build, I installed If you truly have projects and tutorials that would benefit from GPU accelleration, it would probably be worth making a Conda environment that participants can install locally to use. |
This request is not Python specific. Maybe it belongs in both Python and R.
There's interest here (NW satellite) in having |
Nano is in #58 |
Please comment with any Python packages that are need for OHW22 tutorials here. We are looking to get all of these at least a week before the main event starts, so we aren't changing anything for the undergrads!
Users can create their own conda environments for projects, so those packages do not need to be installed into the base environment (which will help keep it smaller and faster).
Please use a checkbox for each package so we can track what has been added, ex:
The current Python environment is defined in https://github.com/oceanhackweek/jupyter-image/blob/main/py-base/environment.yml
The text was updated successfully, but these errors were encountered: