Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
fix axum
  • Loading branch information
elijah-rou committed Jan 7, 2025
1 parent 0ad5395 commit 0f42c24
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 29 deletions.
2 changes: 1 addition & 1 deletion cerebrium/endpoints/custom-dockerfiles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ compiled Rust, as long as you supply a Dockerfile to build your application with

## Building Custom Dockerized applications

Here's a straightforward Rust API server in the Axon Framework to demonstrate how this works:
Here's a straightforward Rust API server in the Axum Framework to demonstrate how this works:

```rust
use axum::{
Expand Down
37 changes: 9 additions & 28 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"versions": [
"v4"
],
"versions": ["v4"],
"favicon": "/favicon.png",
"colors": {
"primary": "#EB3A6F",
Expand Down Expand Up @@ -83,9 +81,7 @@
},
{
"group": "Container Images",
"pages": [
"cerebrium/container-images/defining-container-images"
]
"pages": ["cerebrium/container-images/defining-container-images"]
},
{
"group": "GPUs and Other Resources",
Expand All @@ -104,9 +100,7 @@
},
{
"group": "Deployments",
"pages": [
"cerebrium/deployments/ci-cd"
]
"pages": ["cerebrium/deployments/ci-cd"]
},
{
"group": "Endpoints",
Expand All @@ -123,15 +117,11 @@
},
{
"group": "Storage",
"pages": [
"cerebrium/storage/managing-files"
]
"pages": ["cerebrium/storage/managing-files"]
},
{
"group": "Integrations",
"pages": [
"cerebrium/integrations/vercel"
]
"pages": ["cerebrium/integrations/vercel"]
},
{
"group": "Other concepts",
Expand All @@ -150,9 +140,7 @@
"v4/examples/featured",
{
"group": "Advanced Concepts",
"pages": [
"v4/examples/mistral-vllm"
]
"pages": ["v4/examples/mistral-vllm"]
},
{
"group": "Large Language Models",
Expand All @@ -163,9 +151,7 @@
},
{
"group": "Integrations",
"pages": [
"v4/examples/langchain-langsmith"
]
"pages": ["v4/examples/langchain-langsmith"]
},
{
"group": "Voice",
Expand All @@ -177,16 +163,11 @@
},
{
"group": "Image & Video",
"pages": [
"v4/examples/comfyUI",
"v4/examples/sdxl"
]
"pages": ["v4/examples/comfyUI", "v4/examples/sdxl"]
},
{
"group": "Python Apps",
"pages": [
"v4/examples/asgi-gradio-interface"
]
"pages": ["v4/examples/asgi-gradio-interface"]
}
]
},
Expand Down

0 comments on commit 0f42c24

Please sign in to comment.