Skip to content

Commit

Permalink
additional requirement files
Browse files Browse the repository at this point in the history
  • Loading branch information
llluis committed Feb 13, 2024
1 parent 8850100 commit b6070b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /app

COPY sounds/ ./sounds/
COPY script/setup ./script/
COPY setup.py requirements.txt MANIFEST.in ./
COPY setup.py requirements.txt requirements_audio_enhancement.txt requirements_vad.txt MANIFEST.in ./
COPY wyoming_satellite/ ./wyoming_satellite/

RUN script/setup
Expand Down
4 changes: 4 additions & 0 deletions script/setup
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ subprocess.check_call(
"https://synesthesiam.github.io/prebuilt-apps/",
"-r",
str(_PROGRAM_DIR / "requirements.txt"),
"-r",
str(_PROGRAM_DIR / "requirements_audio_enhancement.txt"),
"-r",
str(_PROGRAM_DIR / "requirements_vad.txt"),
]
)

Expand Down

0 comments on commit b6070b7

Please sign in to comment.