Skip to content

Commit

Permalink
tidied Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Jun 24, 2024
1 parent 85314cb commit 1313e24
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ ARG DEBIANFRONTEND=noninteractive
RUN rm -rf /opt/cs50/bin/R


RUN apt-get update -qq && apt-get install -y jq cmake pkg-config libhdf5-dev r-base
# Install additional Ubuntu packages
RUN apt-get update -qq && apt-get install -y \
cmake \
jq \
libhdf5-dev \
pkg-config \
r-base


# Install additional Python packages
Expand Down

0 comments on commit 1313e24

Please sign in to comment.