Skip to content

Commit

Permalink
Add CE for Fusion V2 + NVMe + GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Feb 28, 2023
1 parent bd9aa87 commit cce2ac7
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions compute-envs/seqera_aws_ireland_fusionv2_nvme_gpu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"region": "eu-west-1",
"workDir": "s3://seqeralabs-showcase",
"environment": [],
"waveEnabled": true,
"fusion2Enabled": true,
"nvnmeStorageEnabled": true,
"forge": {
"type": "SPOT",
"minCpus": 0,
"maxCpus": 500,
"gpuEnabled": true,
"instanceTypes": [
"g4dn"
],
"subnets": [],
"securityGroups": [],
"disposeOnDeletion": true,
"allowBuckets": [
"s3://ngi-igenomes",
"s3://nf-core-awsmegatests",
"s3://seqeralabs-showcase"
],
"efsCreate": false,
"dragenEnabled": false,
"ebsBootSize": 50
},
"discriminator": "aws-batch"
}

0 comments on commit cce2ac7

Please sign in to comment.