Skip to content

Commit

Permalink
test on a g4dn.xlarge @ 53 cents an hour
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Aug 2, 2024
1 parent f7b4bb0 commit 036e087
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/gpu-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
provider: "aws"
action: "start"
aws_image_id: ami-0f7c4a792e3fb63c8
aws_instance_type: c7i.xlarge
aws_instance_type: g4dn.xlarge
aws_region_name: us-east-1
aws_home_dir: /home/ubuntu
env:
Expand All @@ -41,13 +41,19 @@ jobs:
- name: Print Docker details
run: "docker version || true"

- name: Check for nvidia-smi
run: "nvidia-smi"

- name: "Setup Micromamba"
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
environment-name: openfe_env
init-shell: bash

- name: "Check if OpenMM can get a GPU"
run: python -m openmm.testInstallation

- name: "Install GUFE from main@HEAD"
run: python -m pip install --no-deps git+https://github.com/OpenFreeEnergy/gufe@main
shell: bash -el {0}
Expand Down

0 comments on commit 036e087

Please sign in to comment.