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

Can I deploy a Truss app on my own infra? #914

Open
Iven2132 opened this issue Apr 26, 2024 · 3 comments
Open

Can I deploy a Truss app on my own infra? #914

Iven2132 opened this issue Apr 26, 2024 · 3 comments

Comments

@Iven2132
Copy link

Can I deploy a Truss app on my own infra? e.g can i deploy truss app on Modal or Runpod

@squidarth
Copy link
Collaborator

squidarth commented Apr 29, 2024

Hi @Iven2132 it's not super streamlined, but the way to do this would be to use:

$ truss image build

to build a Docker image from your Truss. You can then run it anywhere that runs docker.

https://truss.baseten.co/reference/cli/image#truss-image-build

@Iven2132
Copy link
Author

Iven2132 commented Apr 29, 2024 via email

@Iven2132
Copy link
Author

Iven2132 commented May 1, 2024

Hi @Iven2132 it's not super streamlined, but the way to do this would be to use:

$ truss image build

to build a Docker image from your Truss. You can then run it anywhere that runs docker.

https://truss.baseten.co/reference/cli/image#truss-image-build

@squidarth Any idea about that?

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

No branches or pull requests

2 participants