Upload 2 files
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -33,9 +33,6 @@ COPY --from=source /repo/ .
|
|
| 33 |
# Install Python dependencies
|
| 34 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 35 |
|
| 36 |
-
# Install demucs from submodule
|
| 37 |
-
RUN pip install --no-cache-dir submodule/demucs/
|
| 38 |
-
|
| 39 |
# Overlay built frontend artifacts
|
| 40 |
COPY --from=frontend-builder /build/.next apps/web/.next
|
| 41 |
COPY --from=frontend-builder /build/node_modules apps/web/node_modules
|
|
|
|
| 33 |
# Install Python dependencies
|
| 34 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 35 |
|
|
|
|
|
|
|
|
|
|
| 36 |
# Overlay built frontend artifacts
|
| 37 |
COPY --from=frontend-builder /build/.next apps/web/.next
|
| 38 |
COPY --from=frontend-builder /build/node_modules apps/web/node_modules
|