Skip to content

Commit

Permalink
Bumping geospatial incase the instructor wants the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Dec 9, 2023
1 parent b8659fe commit c3062a1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions deployments/ischool/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/geospatial:4.3.1
FROM rocker/geospatial:4.3.2

ENV NB_USER rstudio
ENV NB_UID 1000
Expand All @@ -16,14 +16,6 @@ RUN echo "export PATH" >> /etc/profile

ENV HOME /home/${NB_USER}

# https://github.com/berkeley-dsep-infra/datahub/issues/5251
ENV QUARTO_VERSION="0.9.522"
RUN mkdir -p /opt/quarto/${QUARTO_VERSION} && \
curl -L -o /tmp/quarto.tar.gz "https://github.com/quarto-dev/quarto-cli/releases/download/v${QUARTO_VERSION}/quarto-${QUARTO_VERSION}-linux-amd64.tar.gz" && \
tar xzf /tmp/quarto.tar.gz -C "/opt/quarto/${QUARTO_VERSION}" --strip-components=1 && \
rm /tmp/quarto.tar.gz && \
ln -s /opt/quarto/${QUARTO_VERSION}/bin/quarto /usr/local/bin/quarto

WORKDIR ${HOME}

# Install packages needed by notebook-as-pdf
Expand Down

0 comments on commit c3062a1

Please sign in to comment.