Spaces:
Runtime error
Runtime error
fix audios path
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,6 +8,6 @@ RUN pip install pip -U
|
|
8 |
RUN pip install renumics-spotlight==1.3.0rc4
|
9 |
|
10 |
COPY . .
|
11 |
-
COPY
|
12 |
RUN chmod -R 777 /code
|
13 |
CMD ["python", "run.py"]
|
|
|
8 |
RUN pip install renumics-spotlight==1.3.0rc4
|
9 |
|
10 |
COPY . .
|
11 |
+
COPY audios/ .
|
12 |
RUN chmod -R 777 /code
|
13 |
CMD ["python", "run.py"]
|