Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove some defaults #63

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

Beta9 is an open-source platform for running remote containers directly from Python. It supports GPU/CUDA acceleration, allows you to scale out arbitrary Python code to hundreds of machines, easily deploy functions and task queues, and distribute workloads across various cloud providers (including bare metal providers).

We use this platform internally at [Beam](https://beam.cloud) to run AI applications for users at scale.
We use beta9 internally at [Beam](https://beam.cloud) to run AI applications for users at scale.

## Features

Expand All @@ -41,7 +41,7 @@ We use this platform internally at [Beam](https://beam.cloud) to run AI applicat
Beta9 is designed for launching remote serverless containers very quickly. There are a few things that make this possible:

- A custom, lazy loading image format (CLIP) backed by S3/FUSE
- A fast, redis-based scheduling engine
- A fast, redis-based container scheduling engine
- Content-addressed storage for caching images and files
- A custom runc container runtime

Expand All @@ -51,7 +51,7 @@ Beta9 is designed for launching remote serverless containers very quickly. There

## Community & Support

Beta9 is powered by the community. If you need support, you can join any of these channels:
If you need support, you can reach out through any of these channels:

- [Slack](https://join.slack.com/t/beam-89x5025/shared_invite/zt-1ye1jzgg2-cGpMKuoXZJiT3oSzgPmN8g) \(Chat live with our engineering team\)
- [GitHub issues](https://github.com/beam-cloud/beta9/issues) \(Bug reports, feature requests, and anything roadmap related)
Expand Down
3 changes: 0 additions & 3 deletions deploy/aws-dev/variables.tf
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
variable "prefix" {
description = "Global prefix for all resources"
type = string
default = "beta9test" # Set your desired prefix here
}

variable "domain" {
type = string
default = "eng-stage.slai.io"
description = "Domain name"
}

variable "domain_hosted_zone_id" {
type = string
default = "Z07081541B2HAA9KWC78W"
description = "Hosted zone ID in AWS Route 53"
}

Expand Down