Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -32,9 +32,6 @@ RUN pip install --upgrade pip
|
|
32 |
COPY --chown=user requirements.txt .
|
33 |
RUN pip install --no-cache-dir -r requirements.txt
|
34 |
|
35 |
-
# Install Orpheus TTS module
|
36 |
-
RUN pip install --no-cache-dir -e ./orpheus-tts
|
37 |
-
|
38 |
# Install additional optimizations for L4 GPU
|
39 |
RUN pip install --no-cache-dir flash-attn --no-build-isolation || echo "Flash attention not available, continuing..."
|
40 |
|
|
|
32 |
COPY --chown=user requirements.txt .
|
33 |
RUN pip install --no-cache-dir -r requirements.txt
|
34 |
|
|
|
|
|
|
|
35 |
# Install additional optimizations for L4 GPU
|
36 |
RUN pip install --no-cache-dir flash-attn --no-build-isolation || echo "Flash attention not available, continuing..."
|
37 |
|