Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -5,8 +5,8 @@ WORKDIR /code
|
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
6 |
|
7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
8 |
-
RUN
|
9 |
-
RUN
|
10 |
|
11 |
COPY . .
|
12 |
RUN chmod +x MuseScore-4.1.1.232071203-x86_64.AppImage
|
|
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
6 |
|
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
|