prthm11 commited on
Commit
15a8155
·
verified ·
1 Parent(s): d913fe1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,7 +40,7 @@ COPY requirements.txt .
40
  # Upgrade packaging tools first
41
  RUN pip install --no-cache-dir --upgrade pip setuptools wheel
42
  RUN pip install --no-cache-dir -r requirements.txt
43
- RUN -p mkdirs /app/uploads /app/output_transcript_diarization
44
 
45
  # Copy app code
46
  COPY . .
 
40
  # Upgrade packaging tools first
41
  RUN pip install --no-cache-dir --upgrade pip setuptools wheel
42
  RUN pip install --no-cache-dir -r requirements.txt
43
+ RUN -p mkdir /app/uploads /app/output_transcript_diarization
44
 
45
  # Copy app code
46
  COPY . .