Spaces:
Runtime error
Runtime error
pdf version
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
| 8 |
RUN apt update && apt install -y fuse libfuse2
|
| 9 |
|
| 10 |
COPY . .
|
|
|
|
| 11 |
RUN chmod +x MuseScore-4.1.1.232071203-x86_64.AppImage
|
| 12 |
|
| 13 |
CMD ["uvicorn", "app:gradio_app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 8 |
RUN apt update && apt install -y fuse libfuse2
|
| 9 |
|
| 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"]
|