Skip to content

Commit

Permalink
Fix: Expose GPU support option in status/config endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nesitor committed Dec 6, 2024
1 parent ba1fc9d commit b06594c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aleph/vm/orchestrator/views/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ async def status_public_config(request: web.Request):
"ENABLE_QEMU_SUPPORT": settings.ENABLE_QEMU_SUPPORT,
"INSTANCE_DEFAULT_HYPERVISOR": settings.INSTANCE_DEFAULT_HYPERVISOR,
"ENABLE_CONFIDENTIAL_COMPUTING": settings.ENABLE_CONFIDENTIAL_COMPUTING,
"ENABLE_GPU_SUPPORT": settings.ENABLE_GPU_SUPPORT,
},
},
dumps=dumps_for_json,
Expand Down

0 comments on commit b06594c

Please sign in to comment.