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

bump musescore to v3 and remove unnecessary comments from datahub's Dockerfile #5049

Merged
Merged
Show file tree
Hide file tree
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
4 changes: 0 additions & 4 deletions deployments/datahub/images/default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ ENV NB_UID 1000
ENV CONDA_DIR /opt/conda
ENV R_LIBS_USER /opt/r

# MUSIC 30: add apt repo for musescore3
# https://github.com/berkeley-dsep-infra/datahub/issues/5047
# RUN echo "deb https://ppa.launchpadcontent.net/mscore-ubuntu/mscore3-stable/ubuntu/ jammy main" > /etc/apt/sources.list.d/mscore3.list

RUN apt-get -qq update --yes && \
apt-get -qq install --yes locales && \
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
Expand Down
2 changes: 1 addition & 1 deletion deployments/datahub/images/default/apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ libzmq5

# MUSIC 30: musescore3
# https://github.com/berkeley-dsep-infra/datahub/issues/5047
musescore
musescore3