Skip to content
Closed
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"