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

New Feat: Dockerize apps #1821

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

Conversation

hard-nett
Copy link

@hard-nett hard-nett commented Oct 15, 2024

Docker images can be built with:

  • sda image: SDA_IMAGE=da0-da0/dao-app-sda:v0.0.2
  • dapp image: DAPP_IMAGE=da0-da0/dao-app-dapp:v0.0.2

Compiling the images seem to require at minimum 16GB RAM, & 50GB of storage.

on ARM platform:
docker-compose build --build-arg BUILDPLATFORM=linux/arm64 --build-arg TARGETPLATFORM=linux/amd64

on AMD platform:
docker-compose build --build-arg BUILDPLATFORM=linux/amd64 --build-arg TARGETPLATFORM=linux/amd64

Akash SDL

There is also an example of an SDL file that can be referenced for deploying both app images (dapp & sda) on machines rented via the permissioneess compute market on Akash.

@hard-nett hard-nett marked this pull request as ready for review October 17, 2024 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant