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

Fully Dockerized container of Grok for Akash #509

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
37 changes: 37 additions & 0 deletions Grok/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
version: "2.0"
services:
service-1:
image: zblocker64/grok-akash:latest
expose:
- port: 8080
as: 80
to:
- global: true
profiles:
compute:
service-1:
resources:
cpu:
units: 16
memory:
size: 700GB
Zblocker64 marked this conversation as resolved.
Show resolved Hide resolved
storage:
- size: 2000Gi
gpu:
units: 8
attributes:
vendor:
nvidia:
- model: h100
placement:
Zblocker64 marked this conversation as resolved.
Show resolved Hide resolved
dcloud:
pricing:
service-1:
denom: uakt
amount: 1000
deployment:
service-1:
dcloud:
profile: service-1
count: 1
1 change: 1 addition & 0 deletions Grok/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Grok on Akash. This is a fully Dockerized conatiner. This will function when shm is working on Akash.