Update Dockerfile
Browse files- 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/
|
| 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 |
|