Skip to content

Commit

Permalink
Merge pull request #248 from rhatdan/bootc
Browse files Browse the repository at this point in the history
Move build directory under bootc
  • Loading branch information
rhatdan authored Apr 11, 2024
2 parents 226a51f + 2eeae72 commit f2fcc5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/common/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ install-chrome:
.PHONY: quadlet
quadlet:
# Modify quadlet files to match the server, model and app image
mkdir -p build
rm -rf build; mkdir -p bootc/build; ln -sf bootc/build .
sed -e "s|SERVER_IMAGE|${SERVER_IMAGE}|" \
-e "s|APP_IMAGE|${APP_IMAGE}|g" \
-e "s|MODEL_IMAGE|${MODEL_IMAGE}|g" \
Expand All @@ -157,7 +157,7 @@ run:

.PHONY: clean
clean:
-rm -rf build
-rm -rf build bootc/build
-rm -rf tests/__pycache__
-rm -f ./$(MODEL_NAME) &> /dev/null

Expand Down

0 comments on commit f2fcc5e

Please sign in to comment.