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

adding musescore and music21 for music 30 #5048

Merged
merged 5 commits into from
Sep 19, 2023
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: 4 additions & 0 deletions deployments/datahub/images/default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ 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
4 changes: 4 additions & 0 deletions deployments/datahub/images/default/apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ libudunits2-dev

# Used by littler for IRkernel::installspec
libzmq5

# MUSIC 30: musescore3
# https://github.com/berkeley-dsep-infra/datahub/issues/5047
musescore
3 changes: 3 additions & 0 deletions deployments/datahub/images/default/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ dependencies:
# UGBA88 Fall 2023, https://github.com/berkeley-dsep-infra/datahub/issues/5019
- pymysql==1.1.0

# MUSIC 30, https://github.com/berkeley-dsep-infra/datahub/issues/5047
- music21==8.3.0

- pip:
# Econ 148, Spring 2023 https://github.com/berkeley-dsep-infra/datahub/issues/4093
- pycountry-convert==0.7.2
Expand Down