Skip to content

Commit

Permalink
updated base image
Browse files Browse the repository at this point in the history
  • Loading branch information
fahmITS committed Nov 8, 2024
1 parent 1248659 commit a0675ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_CONTAINER=ucsdets/datahub-base-notebook:2023.2-stable
ARG BASE_CONTAINER=ghcr.io/ucsd-ets/rstudio-notebook:2024.4-stable
FROM $BASE_CONTAINER

LABEL maintainer="UC San Diego ITS/ETS <[email protected]>"
Expand All @@ -9,6 +9,9 @@ USER root
# Requested for DSC170 WI23
COPY requirements.txt /home/jovyan

RUN pip install jupyterlab
ENV dsmlp/datahub=lab

RUN apt update -y && \
apt-get install software-properties-common -y && \
add-apt-repository universe && \
Expand All @@ -21,6 +24,7 @@ RUN pip install --upgrade nbconvert

RUN mamba install -c conda-forge geopandas cartopy pygeos pysal contextily osmnx jupyterlab_widgets -y


RUN pip uninstall pillow fiona -y && \
pip install -r ~/requirements.txt && \
pip install --upgrade fiona
Expand Down

0 comments on commit a0675ca

Please sign in to comment.