ayf3 commited on
Commit
f26f8fa
·
verified ·
1 Parent(s): 07cf086

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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 && \