Spaces:
Running
Running
Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -22,7 +22,6 @@ RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
|
| 22 |
|
| 23 |
# Copy app
|
| 24 |
COPY app.py .
|
| 25 |
-
COPY reference_one.wav /data/reference_one.wav
|
| 26 |
|
| 27 |
# Permissions
|
| 28 |
RUN mkdir -p /data/output && \
|
|
|
|
| 22 |
|
| 23 |
# Copy app
|
| 24 |
COPY app.py .
|
|
|
|
| 25 |
|
| 26 |
# Permissions
|
| 27 |
RUN mkdir -p /data/output && \
|