From 9882259762cf0d2a27661ca3426025b92fd82537 Mon Sep 17 00:00:00 2001 From: hodanov <1031hoda@gmail.com> Date: Fri, 29 Dec 2023 13:17:59 +0900 Subject: [PATCH] Repair .github/workflows/docker_image_ci.yml. --- .github/workflows/docker_image_ci.yml | 2 +- app/config.sample.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker_image_ci.yml b/.github/workflows/docker_image_ci.yml index 6a607ac..9d393b6 100644 --- a/.github/workflows/docker_image_ci.yml +++ b/.github/workflows/docker_image_ci.yml @@ -14,5 +14,5 @@ jobs: - uses: actions/checkout@v4 - name: Build the Docker image run: | - cd setup_files + cd app docker build . -f Dockerfile diff --git a/app/config.sample.yml b/app/config.sample.yml index 52ec0d8..ae6da56 100644 --- a/app/config.sample.yml +++ b/app/config.sample.yml @@ -1,7 +1,7 @@ ########## # This is the config file to set a base model, vae and some tools. # Rename the file to `config.yml` before running the script. -# Execute `modal deploy ./setup_files/setup.py` every time modify this file. +# Execute `modal deploy ./app/setup.py` every time modify this file. ########## ##########