-
Notifications
You must be signed in to change notification settings - Fork 77
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
Comments
Hi @Iven2132 it's not super streamlined, but the way to do this would be to use:
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 |
Can you give me example of doing that after making a Docker image? What to
do after that? To run on my own infra
…On Mon, 29 Apr 2024, 21:05 Sidharth Shanker, ***@***.***> wrote:
Hi @Iven2132 <https://github.com/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
—
Reply to this email directly, view it on GitHub
<#914 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3UMSYTLPBISEEWQYLUV2XTY7ZSFZAVCNFSM6AAAAABG3LKN76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBTGA2TMMBWHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@squidarth Any idea about that? |
Can I deploy a Truss app on my own infra? e.g can i deploy truss app on Modal or Runpod
The text was updated successfully, but these errors were encountered: