Skip to content

Commit

Permalink
Add start detached
Browse files Browse the repository at this point in the history
  • Loading branch information
ali6parmak committed Jun 4, 2024
1 parent 2520575 commit c8dee08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: make check_format

- name: Start service
run: make start_no_gpu
run: make start_detached

- name: Check API ready
uses: emilioschepis/[email protected]
Expand Down
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,9 @@ free_up_space:
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo docker image prune --all --force
df -h
df -h


start_detached:
mkdir -p ./models
docker compose up --build -d

0 comments on commit c8dee08

Please sign in to comment.