Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,6 @@ COPY ./requirements.txt /code/requirements.txt
|
|
| 7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 8 |
RUN apt update
|
| 9 |
RUN apt install fuse libfuse2
|
| 10 |
-
RUN modprobe fuse
|
| 11 |
|
| 12 |
COPY . .
|
| 13 |
RUN chmod +x MuseScore-4.1.1.232071203-x86_64.AppImage
|
|
|
|
| 7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 8 |
RUN apt update
|
| 9 |
RUN apt install fuse libfuse2
|
|
|
|
| 10 |
|
| 11 |
COPY . .
|
| 12 |
RUN chmod +x MuseScore-4.1.1.232071203-x86_64.AppImage
|