LAP-DEV commited on
Commit
132d0d6
·
verified ·
1 Parent(s): 0b27c16

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -15,9 +15,7 @@ RUN python3 -m venv venv && \
15
  pip install --no-cache-dir -U pip setuptools wheel && \
16
  # Installeer de git-pakketten zonder isolatie IN de venv
17
  pip install --no-cache-dir --no-build-isolation \
18
- git+https://github.com/jhj0517/pyrubberband.git \
19
- git+https://github.com/jhj0517/jhj0517-whisper.git \
20
- git+https://github.com/jhj0517/ultimatevocalremover_api.git && \
21
  # Installeer de rest van de requirements.txt
22
  pip install --no-cache-dir -r requirements.txt
23
 
 
15
  pip install --no-cache-dir -U pip setuptools wheel && \
16
  # Installeer de git-pakketten zonder isolatie IN de venv
17
  pip install --no-cache-dir --no-build-isolation \
18
+ git+https://github.com/jhj0517/jhj0517-whisper.git && \
 
 
19
  # Installeer de rest van de requirements.txt
20
  pip install --no-cache-dir -r requirements.txt
21