Skip to content
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

Deploying alchemiscale-fah 0.1.1 to root deployment #4

Merged
merged 2 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Click on the deployment name in the table below.

| Deployment | Deployed Tag | API URI | Description |
| -------------------------- | ------------ | ---------------------------- | -------------------------------------------------------------------------------------------- |
| [`root`](deployments/root) | 2024.11.21-0 | https://api.alchemiscale.org | "production" use, with a combination of HPC, Kubernetes, and Folding@Home compute provisioned |
| [`root`](deployments/root) | 2024.11.25-0 | https://api.alchemiscale.org | "production" use, with a combination of HPC, Kubernetes, and Folding@Home compute provisioned |
2 changes: 1 addition & 1 deletion deployments/root/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To use this deployed instance, first clone this repository, and switch to the cu

$ git clone https://github.com/OpenFreeEnergy/alchemiscale.org-deployment.git
$ cd alchemiscale.org-deployment
$ git checkout 2024.11.21-0
$ git checkout 2024.11.25-0

Create a conda environment using, e.g. [`micromamba`](https://github.com/mamba-org/micromamba-releases)::

Expand Down
2 changes: 1 addition & 1 deletion deployments/root/conda-envs/alchemiscale-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ dependencies:
- plyvel

- pip:
- git+https://github.com/OpenFreeEnergy/[email protected].0
- git+https://github.com/OpenFreeEnergy/[email protected].1
2 changes: 1 addition & 1 deletion deployments/root/conda-envs/alchemiscale-fah-compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ dependencies:
- zstandard

- pip:
- git+https://github.com/openforcefield/[email protected].0
- git+https://github.com/openforcefield/[email protected].1
2 changes: 1 addition & 1 deletion deployments/root/conda-envs/alchemiscale-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ dependencies:
- plyvel

- pip:
- git+https://github.com/OpenFreeEnergy/[email protected].0
- git+https://github.com/OpenFreeEnergy/[email protected].1