Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -23,7 +23,8 @@ RUN mkdir -p /app/pretrained_models \
|
|
23 |
/app/wav2vec2_checkpoints \
|
24 |
/app/pretrained_asr \
|
25 |
/app/.cache \
|
26 |
-
/app/tmp
|
|
|
27 |
|
28 |
# Upgrade pip
|
29 |
RUN pip install --no-cache-dir --upgrade pip --root-user-action=ignore
|
|
|
23 |
/app/wav2vec2_checkpoints \
|
24 |
/app/pretrained_asr \
|
25 |
/app/.cache \
|
26 |
+
/app/tmp \
|
27 |
+
/app
|
28 |
|
29 |
# Upgrade pip
|
30 |
RUN pip install --no-cache-dir --upgrade pip --root-user-action=ignore
|