Skip to content

Fixed the error with musescore3 in Dockerfile.gpu (#1) #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docker/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM tensorflow/tensorflow:2.10.1-gpu
RUN rm /etc/apt/sources.list.d/cuda.list

RUN apt-get update
RUN add-apt-repository ppa:mscore-ubuntu/mscore3-stable
RUN apt-get install -y unzip graphviz curl musescore3

RUN pip install --upgrade pip
Expand All @@ -19,4 +20,4 @@ RUN pip uninstall -y tensorflow-io
COPY /notebooks/. /app/notebooks
COPY /scripts/. /app/scripts

ENV PYTHONPATH="${PYTHONPATH}:/app"
ENV PYTHONPATH="${PYTHONPATH}:/app"