Spaces:
Runtime error
Runtime error
hf-lin
commited on
Commit
·
3e33a52
1
Parent(s):
721a77c
update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -10,5 +10,6 @@ RUN apt update && apt install -y fuse libfuse2
|
|
10 |
COPY . .
|
11 |
RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
|
12 |
RUN chmod +x MuseScore-4.1.1.232071203-x86_64.AppImage
|
|
|
13 |
|
14 |
CMD ["uvicorn", "app:gradio_app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
10 |
COPY . .
|
11 |
RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
|
12 |
RUN chmod +x MuseScore-4.1.1.232071203-x86_64.AppImage
|
13 |
+
RUN mkdir -m 700 flagged
|
14 |
|
15 |
CMD ["uvicorn", "app:gradio_app", "--host", "0.0.0.0", "--port", "7860"]
|