Skip to content

Commit

Permalink
Create docker compose override
Browse files Browse the repository at this point in the history
  • Loading branch information
meetagrawal09 authored Aug 15, 2024
1 parent 266f0c6 commit d3557ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/model-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -y install docker-compose
- name: Add Volumes to Executor
run: |
cp docker-compose.dev.yml docker-compose.override.yml
- name: Build Containers
run: |
Expand Down

0 comments on commit d3557ef

Please sign in to comment.