Skip to content

Commit

Permalink
New R image (See #27379) (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
EGI-ILM authored Jan 21, 2025
1 parent 35cf088 commit ffba376
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions single-user-sobigdata-itineris-evs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
# ITINERIS EV (see #27742)

ARG BASE_IMAGE=eginotebooks/base:latest
FROM $BASE_IMAGE

USER root

RUN apt update \
&& apt install --no-install-recommends -y \
nco \
cdo \
cmake \
g++ \
libcurl4-openssl-dev \
libssl-dev \
libjq-dev \
librdf0-dev \
libudunits2-dev \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*
FROM quay.io/jupyter/datascience-notebook:r-4.3.3

USER $NB_UID

Expand Down

0 comments on commit ffba376

Please sign in to comment.