Skip to content

Commit

Permalink
Adding CPU changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo committed Sep 30, 2024
1 parent 2d7fb4f commit 210fdc6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion requirements/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,17 @@ RUN PROJECT_PATH="/usr/local/ilab" && \
DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
python3-pip python3-dev wget vim curl git procps gcc g++ bzip2 libssl-dev \
libsqlite3-dev libx11-dev libgeos++-dev libproj-dev && \
libsqlite3-dev libx11-dev libgeos++-dev libproj-dev \
build-essential parallel libdatetime-perl gawk util-linux bc \
python3-tk tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev \
zlib1g-dev liblzma-dev libgirepository1.0-dev libcairo2-dev \
pkg-config gir1.2-gtk-3.0 && \
DEBIAN_FRONTEND=noninteractive apt-get -y autoremove && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt

RUN pip install pipx && \
pip install rasterio

HEALTHCHECK NONE
ENTRYPOINT []
Expand Down

0 comments on commit 210fdc6

Please sign in to comment.