Skip to content

Commit

Permalink
Update base images in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurDaukaevMoonvision committed Apr 15, 2024
1 parent dda8ad7 commit 1c1c51d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Python Base from a [micromamba](https://github.com/mamba-org/mamba#micromamba) e

| Build arg | Default | Description |
|-|-|-|
| `baseimage` | `mambaorg/micromamba:1.0.0` | Set baseimage from which python base is built. |
| `baseimage` | `mambaorg/micromamba:1.0.0-bullseye` | Set baseimage from which python base is built. |

#### Python Base

Expand Down Expand Up @@ -81,7 +81,7 @@ A custom build of [FFmpeg](https://ffmpeg.org).

| Build arg | Default | Description |
|-|-|-|
| `baseimage` | `mambaorg/micromamba:1` | Set the image in which FFmpeg will be built. |
| `baseimage` | `mambaorg/micromamba:1-bullseye` | Set the image in which FFmpeg will be built. |
| `ffmpeg_version` | | The FFmpeg release version to build. |
| `with_cuda` | `false` | Whether to build FFmpeg with Nvidia hardware acceleration. |

Expand Down

0 comments on commit 1c1c51d

Please sign in to comment.