@@ -12,13 +12,75 @@ The environment definition can be found on the [LHO repository server](https://a
...
@@ -12,13 +12,75 @@ The environment definition can be found on the [LHO repository server](https://a
### The default environment
### The default environment
The latest CDS environment definition can always be found here: []():
The latest CDS environment definition can always be found here: [https://apt.ligo-wa.caltech.edu/sources/conda/environments/linux-64/cds.yaml](https://apt.ligo-wa.caltech.edu/sources/conda/environments/linux-64/cds.yaml):
Earlier versions can be found here: [](), named after the date of release. See below for a description of the package changes from version to version.
Earlier versions can be found here: [https://apt.ligo-wa.caltech.edu/sources/conda/environments/linux-64](https://apt.ligo-wa.caltech.edu/sources/conda/environments/linux-64), named after the date of release. See below for a description of the package changes from version to version.
## Installing an environment
## Installing an environment
With a url to an environment defi
A conda environment can be installed from an environment definition with:
```
conda env create -f <url-to-definition>
```
# Changes history of cds environments
# 2022-06-09
## `cds-py38`
The following packages were added:
| Package name | Current version |
| ------------ | --------------- |
| cudatoolkit | 10.0 |
| cupy | {unpinned} |
| gtk3 | 3.24.34 |
The following packages were upgraded:
| Package name | Previous version | Current version |