Tomtom84 commited on
Commit
3e8740f
·
verified ·
1 Parent(s): 594b7d6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -7
Dockerfile CHANGED
@@ -7,7 +7,6 @@ RUN apt-get update && \
7
  git \
8
  git-lfs \
9
  build-essential \
10
- portaudio19-dev \
11
  ffmpeg \
12
  curl \
13
  wget && \
@@ -29,12 +28,6 @@ COPY --chown=user . /app
29
  # Upgrade pip and install Python dependencies
30
  RUN pip install --upgrade pip
31
 
32
- # Install core dependencies first
33
- RUN pip install --no-cache-dir \
34
- torch==2.2.2 \
35
- transformers==4.40.2 \
36
- vllm>=0.9.0
37
-
38
  # Install requirements
39
  COPY --chown=user requirements.txt .
40
  RUN pip install --no-cache-dir -r requirements.txt
 
7
  git \
8
  git-lfs \
9
  build-essential \
 
10
  ffmpeg \
11
  curl \
12
  wget && \
 
28
  # Upgrade pip and install Python dependencies
29
  RUN pip install --upgrade pip
30
 
 
 
 
 
 
 
31
  # Install requirements
32
  COPY --chown=user requirements.txt .
33
  RUN pip install --no-cache-dir -r requirements.txt