jordancaraballo commited on
Commit
c49ea36
·
1 Parent(s): 7311e0a

Working on #26, fixing Dockerfile typo, adding packages for cartopy

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM jupyter/base-notebook:latest
2
  ENV DEBIAN_FRONTEND=noninteractive
3
  RUN rm -rf /etc/apt/sources.list.d/*.list && \
4
  apt-get update && apt-get install -y git gcc build-essential libgeos-dev
 
1
+ FROM python:3.11-slim-bullseye
2
  ENV DEBIAN_FRONTEND=noninteractive
3
  RUN rm -rf /etc/apt/sources.list.d/*.list && \
4
  apt-get update && apt-get install -y git gcc build-essential libgeos-dev