Tomtom84 commited on
Commit
3256b77
·
verified ·
1 Parent(s): 2920213

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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