Skip to content

Commit

Permalink
feat: Update scipy tutorial to use conda lock (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan authored Jun 27, 2024
1 parent b6b330e commit ccc8858
Show file tree
Hide file tree
Showing 4 changed files with 14,123 additions and 34 deletions.
19 changes: 19 additions & 0 deletions tutorial-scipy-2024/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Tutorial Docker Image

To create the `conda-lock` YAML spec file:

```bash
conda-lock --kind lock --file environment-unpinned.yml
```

To update the `conda-lock` YAML spec file:

```bash
conda-lock -f environment-unpinned.yml --lockfile conda-lock.yml
```

To install the environment:

```bash
conda-lock install -n ssec-scipy2024 conda-lock.yml
```
Loading

0 comments on commit ccc8858

Please sign in to comment.