Repair .github/workflows/docker_image_ci.yml.
This commit is contained in:
parent
4e94d7bcbb
commit
9882259762
2
.github/workflows/docker_image_ci.yml
vendored
2
.github/workflows/docker_image_ci.yml
vendored
@ -14,5 +14,5 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build the Docker image
|
||||
run: |
|
||||
cd setup_files
|
||||
cd app
|
||||
docker build . -f Dockerfile
|
||||
|
||||
@ -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.
|
||||
##########
|
||||
|
||||
##########
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user