Skip to content

Commit

Permalink
29: more intro, binder examles
Browse files Browse the repository at this point in the history
  • Loading branch information
dylex committed Nov 16, 2023
1 parent e6429e6 commit 64f6b93
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions 29_CCA/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ Activities where participants all actively work to foster an environment which e
</small>


## Zoom Specific

- Dedicated Zoom moderator to field questions.
- Please stay muted if not speaking. (Host may mute you.)
- We are recording. Link will be posted to [https://sciware.flatironinstitute.org/](https://sciware.flatironinstitute.org/)


## Future Sessions
## Center-hosted Sciware

- Sciware will rotate between centers each month
- focus on topics of interest to centers
- include voices from all centers
- each center will host twice a year
- open to all
- Suggest topics or contribute to content in #sciware Slack
- We are recording. Link will be posted to [https://sciware.flatironinstitute.org/](https://sciware.flatironinstitute.org/)


## Today's Agenda
Expand Down Expand Up @@ -71,10 +70,6 @@ Activities where participants all actively work to foster an environment which e

- [Wiki documentation](https://wiki.flatironinstitute.org/SCC/BinderHub)
- Create a directory under `~/public_binder`, e.g., `MyProjectEnv`
- Specify software environment (does not use cluster software)
- conda packages in `environment.yml` (recommended)
- pip packages in `requirements.txt`
- many other options, including a custom `Dockerfile` providing jupyter-compatible server
- Create YAML configuration file `.public_binder`


Expand All @@ -95,6 +90,20 @@ mem_limit: '20G'
```
## Software environment
- Does not use cluster software
- Conda packages in `environment.yml`
dependencies:
- python=3.10
- scipy
- h5py=3.9.0
- pip:
- git+https://github.com/user/package --flags
- Pip packages in `requirements.txt`
- Many other options, including a custom `Dockerfile` providing jupyter-compatible server


## Data sharing considerations

- To share a data directory, it must be:
Expand Down

0 comments on commit 64f6b93

Please sign in to comment.