From 483fa62f855ba27f7ad61b656196958200823e04 Mon Sep 17 00:00:00 2001 From: Blake <39721523+mallorbc@users.noreply.github.com> Date: Wed, 22 Jun 2022 00:17:34 -0400 Subject: [PATCH] doc: created README for Docker folder (#266) --- Docker/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Docker/README.md diff --git a/Docker/README.md b/Docker/README.md new file mode 100644 index 000000000..1bed211db --- /dev/null +++ b/Docker/README.md @@ -0,0 +1,16 @@ +# Running Dalle-mini With Docker + +This folder contains the Dockerfile needed to build a Docker image that can easily run Dalle-mini. + +## Inference + +Steps to run inference with Dalle-mini are as follows: + +1. Build the docker image with ```dalle-mini/Docker/build_image.sh``` +2. Run the container with ```dalle-mini/run_docker_image``` +3. Navigate to ```/workspace/tools/inference/``` and run ```run_infer_notebook.sh``` +4. Click the Jupyter Notebook link and run through the notebook. + +### Inference Video Tutorial + +Alteratively check out a video tutorial on how to run Dalle-mini on [Linux](https://www.youtube.com/watch?v=eWpzLIa6v9E&t=9s) and [Windows](https://www.youtube.com/watch?v=OqEuEe-xSKk&t=59s)