Skip to content

Commit

Permalink
Merge pull request #5225 from berkeley-dsep-infra/staging
Browse files Browse the repository at this point in the history
merging 5219/5223/5224/5226 to prod
  • Loading branch information
shaneknapp authored Nov 17, 2023
2 parents 82871a0 + cc1021d commit 519fc17
Show file tree
Hide file tree
Showing 21 changed files with 223 additions and 210 deletions.
375 changes: 176 additions & 199 deletions .circleci/config.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ node-placeholder-scaler:
- 'deployments/dlab/**'
'hub: dev-r':
- 'deployments/dev-r/**'
'hub: edx':
- 'deployments/edx/**'
'hub: eecs':
- 'deployments/eecs/**'
'hub: highschool':
Expand Down
3 changes: 3 additions & 0 deletions deployments/a11y/image/apt.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Some linux packages for basic terminal work, particularly
# oriented at users new to Unix/cmd line environments.

# installing less as more just isn't enough
less

# Download tools
curl
wget
Expand Down
5 changes: 4 additions & 1 deletion deployments/astro/image/apt.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# installing less as more just isn't enough
less

# For desktop environment
dbus-x11
xfce4
Expand All @@ -20,4 +23,4 @@ emacs
vim

# For jupyter-tree-download. Ref: https://github.com/berkeley-dsep-infra/datahub/issues/3979
zip
zip
8 changes: 5 additions & 3 deletions deployments/biology/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ RUN apt-get update -qq --yes && \
# Useful utils that folks sort of take for granted
RUN apt-get update -qq --yes && \
apt-get install --yes --no-install-recommends -qq \
htop \
less \
htop \
man \
nano \
screen \
Expand Down Expand Up @@ -169,7 +169,9 @@ USER ${NB_USER}
COPY environment.yml /tmp/
COPY infra-requirements.txt /tmp/

RUN mamba env update -p ${CONDA_DIR} -f /tmp/environment.yml && mamba clean -afy
RUN mamba env update -p ${CONDA_DIR} -f /tmp/environment.yml && \
mamba clean -afy

RUN jupyter contrib nbextensions install --sys-prefix --symlink && \
jupyter nbextensions_configurator enable --sys-prefix

Expand All @@ -187,7 +189,7 @@ RUN r -e "install.packages('IRkernel', version='1.2')" && \
# Install R packages, cleanup temp package download location
COPY install.R /tmp/install.R
RUN r /tmp/install.R && \
rm -rf /tmp/downloaded_packages/ /tmp/*.rds
rm -rf /tmp/downloaded_packages/ /tmp/*.rds

# install bio1b packages
COPY bio1b-packages.bash /tmp/bio1b-packages.bash
Expand Down
6 changes: 3 additions & 3 deletions deployments/biology/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- nb_conda_kernels=2.3.1

# Packages from bioconda for IB134L
- bwa=0.7.12
# - bwa=0.7.12
- samtools=1.3.1
- mafft=7.471
- emboss=6.6.0
Expand All @@ -23,8 +23,8 @@ dependencies:
- fastqc=0.11.9
- phyml=3.3.20200621
- sra-tools=2.11
- hisat2=2.2.1
- subread=2.0.1
# - hisat2=2.2.1
# - subread=2.0.1
- plink=1.90b6.21

- syncthing==1.18.6
Expand Down
5 changes: 4 additions & 1 deletion deployments/cee/image/apt.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# installing less as more just isn't enough
less

# For desktop environment
dbus-x11
xfce4
Expand Down Expand Up @@ -30,4 +33,4 @@ texlive-lang-chinese
libgl1-mesa-glx

# For jupyter-tree-download. Ref: https://github.com/berkeley-dsep-infra/datahub/issues/3979
zip
zip
3 changes: 3 additions & 0 deletions deployments/data100/image/apt.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Some linux packages for basic terminal work, particularly
# oriented at users new to Unix/cmd line environments.

# installing less as more just isn't enough
less

# Basic unix tools
man
man-db
Expand Down
3 changes: 3 additions & 0 deletions deployments/data101/image/apt.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Some linux packages for basic terminal work, particularly
# oriented at users new to Unix/cmd line environments.

# installing less as more just isn't enough
less

# Basic unix tools
man
man-db
Expand Down
3 changes: 3 additions & 0 deletions deployments/data102/image/apt.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Some linux packages for basic terminal work, particularly
# oriented at users new to Unix/cmd line environments.

# installing less as more just isn't enough
less

# Basic unix tools
man
man-db
Expand Down
1 change: 1 addition & 0 deletions deployments/data8/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN install -d -o ${NB_USER} -g ${NB_USER} ${R_LIBS_USER}

RUN apt-get -qq update --yes && \
apt-get -qq install --yes \
less \
tar \
vim \
micro \
Expand Down
3 changes: 3 additions & 0 deletions deployments/datahub/images/default/apt.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# installing less as more just isn't enough
less

tar
vim
micro
Expand Down
2 changes: 1 addition & 1 deletion deployments/dev-r/images/default/apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ tini

# useful utilities
tar
vim
less
vim

# for nbconvert, knitr, etc.
texlive-xetex
Expand Down
2 changes: 1 addition & 1 deletion deployments/dev-r/images/secondary/apt.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# useful utilities
tar
vim
less
vim

# for nbconvert, knitr, etc.
texlive-xetex
Expand Down
3 changes: 3 additions & 0 deletions deployments/eecs/image/apt.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# installing less as more just isn't enough
less

# For desktop environment
dbus-x11
xfce4
Expand Down
1 change: 1 addition & 0 deletions deployments/ischool/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ WORKDIR ${HOME}
# libarchive-dev for https://github.com/berkeley-dsep-infra/datahub/issues/1997
RUN apt-get update > /dev/null && \
apt-get install --yes \
less \
fonts-symbola \
libx11-xcb1 \
libxtst6 \
Expand Down
2 changes: 1 addition & 1 deletion deployments/julia/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ RUN adduser --disabled-password --gecos "Default Jupyter user" ${NB_USER}
# Useful utils that folks sort of take for granted
RUN apt-get update -qq --yes && \
apt-get install --yes -qq \
htop \
less \
htop \
man \
nano \
screen \
Expand Down
1 change: 1 addition & 0 deletions deployments/publichealth/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ WORKDIR ${HOME}
# tini is necessary because it is our ENTRYPOINT below.
RUN apt-get update > /dev/null && \
apt-get install --yes \
less \
libx11-xcb1 \
libxtst6 \
libxrandr2 \
Expand Down
1 change: 1 addition & 0 deletions deployments/shiny/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ WORKDIR ${HOME}
# and we don't want them to be downloaded on demand by students.
RUN apt-get update && \
apt-get install --yes \
less \
libx11-xcb1 \
libxtst6 \
libxrandr2 \
Expand Down
3 changes: 3 additions & 0 deletions deployments/stat159/image/apt.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Some linux packages for basic terminal work, particularly
# oriented at users new to Unix/cmd line environments.

# installing less as more just isn't enough
less

# Basic unix tools
man
man-db
Expand Down
1 change: 1 addition & 0 deletions deployments/stat20/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ WORKDIR ${HOME}
# tini is necessary because it is our ENTRYPOINT below.
RUN apt-get update && \
apt-get -qq install \
less \
tini \
fonts-symbola \
pandoc \
Expand Down

0 comments on commit 519fc17

Please sign in to comment.