Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -13,9 +13,9 @@ COPY requirements.txt .
|
|
| 13 |
RUN pip install --no-cache-dir setuptools wheel
|
| 14 |
|
| 15 |
# 2. Installeer de problematische git-pakketten ZONDER build isolation
|
| 16 |
-
RUN pip install --no-cache-dir --no-build-isolation
|
| 17 |
-
git+https://github.com/jhj0517/pyrubberband.git
|
| 18 |
-
git+https://github.com/jhj0517/jhj0517-whisper.git
|
| 19 |
git+https://github.com/jhj0517/ultimatevocalremover_api.git
|
| 20 |
|
| 21 |
RUN python3 -m venv venv && \
|
|
|
|
| 13 |
RUN pip install --no-cache-dir setuptools wheel
|
| 14 |
|
| 15 |
# 2. Installeer de problematische git-pakketten ZONDER build isolation
|
| 16 |
+
RUN pip install --no-cache-dir --no-build-isolation \
|
| 17 |
+
git+https://github.com/jhj0517/pyrubberband.git \
|
| 18 |
+
git+https://github.com/jhj0517/jhj0517-whisper.git \
|
| 19 |
git+https://github.com/jhj0517/ultimatevocalremover_api.git
|
| 20 |
|
| 21 |
RUN python3 -m venv venv && \
|