Skip to content
Discussion options

You must be logged in to vote

Hey @satra, thanks for bringing this up!

I was about to share a working configuration with you, but after testing it again I realized it no longer works as expected. I’ve opened an issue to track it, as well as a PR with a fix to address it: #3075.

The PR includes detailed testing instructions, and following them should get you to an AWS deployment with working GPU support. For reference, here's the relevant configuration:

# ...
amazon_web_services:
  # ...
  node_groups:
    # ...
    gpu-t4-x1:
      instance: g4dn.xlarge
      min_nodes: 0
      max_nodes: 5
      gpu: true
profiles:
  jupyterlab:
  - display_name: T4 GPU Instance
    description: Stable environment with 4 cpu / 16 GB …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@satra
Comment options

Answer selected by satra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants