Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
@@ -2,11 +2,10 @@ FROM darthsim/imgproxy
|
|
2 |
|
3 |
WORKDIR /code
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
8 |
|
9 |
COPY . .
|
|
|
10 |
RUN chmod +x MuseScore-4.1.1.232071203-x86_64.AppImage
|
11 |
RUN mkdir -m 700 flagged
|
12 |
|
|
|
2 |
|
3 |
WORKDIR /code
|
4 |
|
5 |
+
RUN apt update && apt install -y fuse libfuse2 fonts-dejavu python3-pip
|
|
|
|
|
6 |
|
7 |
COPY . .
|
8 |
+
RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
|
9 |
RUN chmod +x MuseScore-4.1.1.232071203-x86_64.AppImage
|
10 |
RUN mkdir -m 700 flagged
|
11 |
|