Skip to content

Commit 4a5f9a0

Browse files
committed
update docker hub
1 parent 017e111 commit 4a5f9a0

File tree

1 file changed

+4
-43
lines changed

1 file changed

+4
-43
lines changed

cerebrium/container-images/defining-container-images.mdx

Lines changed: 4 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -175,52 +175,13 @@ The base image selection shapes how an app runs in Cerebrium. While the default
175175

176176
### Supported Base Images
177177

178-
Cerebrium supports several categories of base images to ensure system compatibility:
178+
Cerebrium supports several categories of base images to ensure system compatibility such as nvidia, ubuntu and python images.
179179

180180
```toml
181181
[cerebrium.deployment]
182-
# Default minimal image
183-
docker_base_image_url = "debian:bookworm-slim"
184-
```
185-
186-
```toml
187-
[cerebrium.deployment]
188-
# CUDA-enabled images
189-
docker_base_image_url = "nvidia/cuda:12.0.1-runtime-ubuntu22.04"
190-
```
191-
192-
The system accepts these image types:
193-
194-
#### Ubuntu-based CUDA Images
195-
196-
All Ubuntu-based `nvidia/cuda` images that include Ubuntu are supported. These include the CUDA libraries necessary to provide GPU acceleration:
197-
198-
```toml
199-
[cerebrium.deployment]
200-
docker_base_image_url = "nvidia/cuda:12.0.1-devel-ubuntu22.04"
201-
```
202-
203-
#### Debian and Ubuntu Base Images
204-
205-
Any Debian or Ubuntu base image works as a foundation:
206-
207-
```toml
208-
[cerebrium.deployment]
209-
docker_base_image_url = "debian:bullseye"
210-
```
211-
212-
```toml
213-
[cerebrium.deployment]
214-
docker_base_image_url = "ubuntu:22.04"
215-
```
216-
217-
#### Python Images
218-
219-
Python images based on Debian bullseye or bookworm provide pre-configured Python environments:
220-
221-
```toml
222-
[cerebrium.deployment]
223-
docker_base_image_url = "python:3.11-bookworm"
182+
docker_base_image_url = "debian:bookworm-slim" # Default minimal image
183+
#docker_base_image_url = "nvidia/cuda:12.0.1-runtime-ubuntu22.04" # CUDA-enabled images
184+
#docker_base_image_url = "ubuntu:22.04" # debian images
224185
```
225186

226187
<Tip>

0 commit comments

Comments
 (0)