Skip to content

Commit

Permalink
adding musescore and music21
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Sep 19, 2023
1 parent b29f8cc commit 90791ce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
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 add-apt-repository ppa:mscore-ubuntu/mscore3-stable -y

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
musescore3
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==9.1.0

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

0 comments on commit 90791ce

Please sign in to comment.