Repair .github/workflows/docker_image_ci.yml.

This commit is contained in:
hodanov 2023-12-29 13:17:59 +09:00
parent 4e94d7bcbb
commit 9882259762
2 changed files with 2 additions and 2 deletions

View File

@ -14,5 +14,5 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Build the Docker image - name: Build the Docker image
run: | run: |
cd setup_files cd app
docker build . -f Dockerfile docker build . -f Dockerfile

View File

@ -1,7 +1,7 @@
########## ##########
# This is the config file to set a base model, vae and some tools. # This is the config file to set a base model, vae and some tools.
# Rename the file to `config.yml` before running the script. # 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.
########## ##########
########## ##########