From 71ed64d442778791809bfa8bef603e766885b366 Mon Sep 17 00:00:00 2001 From: Julian Casaburi Date: Thu, 29 Jun 2023 03:34:48 -0300 Subject: [PATCH] docs(docker): fix build & run script names --- Docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker/README.md b/Docker/README.md index 4ccb0043d..622730591 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -6,8 +6,8 @@ This folder contains the Dockerfile needed to build a Docker image that can easi 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``` +1. Build the docker image with ```dalle-mini/Docker/build_docker.sh``` +2. Run the container with ```dalle-mini/run_docker_image.sh``` 3. Navigate to ```/workspace/tools/inference/``` and run ```run_infer_notebook.sh``` 4. Click the Jupyter Notebook link and run through the notebook.