Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
| 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 . .
|