beta9 icon indicating copy to clipboard operation
beta9 copied to clipboard

Run GPU Workloads Across Multiple Clouds

Results 49 beta9 issues
Sort by recently updated
recently updated
newest added

``` type ConcurrencyLimit struct { Id uint `db:"id" json:"-" redis:"-"` ExternalId string `db:"external_id" json:"external_id,omitempty" redis:"external_id"` GPULimit uint32 `db:"gpu_limit" json:"gpu_limit" redis:"gpu_limit"` CPULimit uint32 `db:"cpu_limit" json:"cpu_limit" redis:"cpu_limit"` CreatedAt time.Time `db:"created_at" json:"created_at,omitempty" redis:"-"`...

This lock was initially meant to protect the in memory lock dictionary that was removed. Since this redis lock is usually shared by an entire repository data struct (e.g ContainerRedisRepo),...

Add temporary token for authenticating download requests directly from the browser. Update to AuthMiddleware: Allow pass through for auth middle if authorization token is not specified. This means auth middleware...

## Describe the solution you'd like I want to stop a container by running `beta9 container stop` in the CLI

enhancement

## Is your feature request related to a problem? No. ## Describe the solution you'd like It would be nice to move files around volumes using a `mv` CLI command....

enhancement
good first issue

## Is your feature request related to a problem? No. ## Describe the solution you'd like We'd like a CloudFormation template to deploy a Beta9 cluster on AWS. ## Describe...

good first issue

This PR adds additional mounts to the base runc config so that beam and beta9 are placed in site-packages as well as dist-packages.

This change allows users to reference secrets as environment variables in their image build. For instance, lets say I create a secret called `TEST_TOKEN` like this: ```beta9 secret create TEST_TOKEN...