Porównaj commity

...

3 Commity

Autor SHA1 Wiadomość Data
Steven Honson 8ec7127a76
Update package name 2022-09-22 21:54:25 +10:00
Steven Honson 110b297bf4
Tweak pip args 2022-09-22 21:49:13 +10:00
Steven Honson 75c75aee90
libatlas3-base-dev 2022-09-22 21:48:02 +10:00
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ RUN apt-get update && \
apt-get install -y \
cmake \
libgeos-dev \
libatlas3-base && \
libatlas-base-dev && \
rm -rf /var/lib/apt/lists/*
# Copy in requirements.txt.
@ -17,7 +17,7 @@ COPY requirements.txt /root/chasemapper/requirements.txt
# Install Python packages.
RUN pip3 --no-cache-dir install --user --no-warn-script-location \
--extra-index-url https://www.piwheels.org/simple \
--ignore-installed --no-binary numpy \
-r /root/chasemapper/requirements.txt
# Copy in chasemapper.
@ -47,7 +47,6 @@ RUN case $(uname -m) in \
apt-get update && \
apt-get upgrade -y && \
apt-get install -y \
libatlas3-base \
libeccodes0 \
libgeos-c1v5 \
libglib2.0-0 \