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

Merged
merged 7 commits into from
Oct 31, 2024
Merged

Conversation

hard-nett
Copy link
Contributor

@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
@github-actions github-actions bot requested a review from NoahSaso October 17, 2024 13:34
Copy link
Member

@NoahSaso NoahSaso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome!! thank you

@NoahSaso NoahSaso merged commit 9f7f715 into DA0-DA0:development Oct 31, 2024
1 of 7 checks passed
@hard-nett hard-nett deleted the feat/docker branch October 31, 2024 16:23
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.

2 participants