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

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 mkdir /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 mkdir /app/uploads /app/output_transcript_diarization
44
 
45
  # Copy app code
46
  COPY . .