Skip to content

Commit

Permalink
Added JDK (see SBD#25226)
Browse files Browse the repository at this point in the history
  • Loading branch information
EGI-ILM committed Jun 28, 2023
1 parent a3ab33b commit a210b38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions single-user-scientometrics-d4science/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ USER $NB_UID
# -------------------------------

RUN mamba install -y --quiet \
libmambapy
libmambapy \
pyspark \
openjdk=8 \
&& conda clean --all

RUN pip install --no-cache-dir \
affine==2.4.0 \
Expand Down Expand Up @@ -171,7 +174,6 @@ RUN pip install --no-cache-dir \
pyproj==3.5.0 \
pyrsistent \
PySocks \
pyspark==3.4.0 \
python-dateutil \
python-dotenv==1.0.0 \
python-json-logger \
Expand Down

0 comments on commit a210b38

Please sign in to comment.