Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
erexer committed Oct 3, 2024
1 parent 858946a commit 6d93570
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ USER root

RUN apt-get update

# Set up GDAL so users on ARM64 architectures can build the Fiona wheels
# ENV CPLUS_INCLUDE_PATH=/usr/include/gdal
# ENV C_INCLUDE_PATH=/usr/include/gdal
# RUN apt-get install -y \
# build-essential \
# gdal-bin \
# libgdal-dev \
# && apt-get clean \
# && rm -rf /var/lib/apt/lists/*

# Install cerf
RUN pip install --upgrade pip
RUN pip install cerf
Expand All @@ -24,13 +14,11 @@ FROM quay.io/jupyter/minimal-notebook

USER root

# Install graphviz
RUN apt-get update
# RUN apt-get install -y graphviz

# Copy python packages installed/built from the builder stage
COPY --from=builder /opt/conda/lib/python3.11/site-packages /opt/conda/lib/python3.11/site-packages

# To test this container locally, run:
# docker build -t cerf .
# docker run --rm -p 8888:8888 cerf
# docker build -t im3sfa/cerf-msdlive .
# docker run --rm -p 8888:8888 im3sfa/cerf-msdlive

0 comments on commit 6d93570

Please sign in to comment.