From 172bc949dd06365f2adb4962bca9d3e0f65cb409 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 18 Apr 2023 12:50:33 -0300 Subject: [PATCH] Update README.md --- docker/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docker/README.md b/docker/README.md index 4a6f5fed..2de60ae2 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,3 +1,14 @@ +Docker Compose is a way of installing and launching the web UI in an isolated Ubuntu image using only a few commands. + +In order to create the image as described in the main README, you must have docker compose 2.17 or higher: + +``` +~$ docker compose version +Docker Compose version v2.17.2 +``` + +# Intructions by [@loeken](https://github.com/loeken) + - [Ubuntu 22.04](#ubuntu-2204) - [0. youtube video](#0-youtube-video) - [1. update the drivers](#1-update-the-drivers)