Guhanselvam commited on
Commit
a93e13f
·
verified ·
1 Parent(s): 811abe0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -1
Dockerfile CHANGED
@@ -20,7 +20,13 @@ RUN apt-get update && \
20
  && git lfs install
21
 
22
  # Copy requirements.txt before installing dependencies
23
- COPY requirements.txt ./
 
 
 
 
 
 
24
 
25
  # Upgrade pip and install Python dependencies
26
  RUN pip install --no-cache-dir --upgrade pip && \
 
20
  && git lfs install
21
 
22
  # Copy requirements.txt before installing dependencies
23
+ COPY requirements.txt ./transformers
24
+ datasets
25
+ soundfile
26
+ sounddevice
27
+ numpy
28
+ requests
29
+ torch
30
 
31
  # Upgrade pip and install Python dependencies
32
  RUN pip install --no-cache-dir --upgrade pip && \