Skip to content

Commit

Permalink
Adding correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo committed Oct 2, 2024
1 parent f7dce30 commit efabc41
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions requirements/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ FROM ${FROM_IMAGE}:${VERSION_DATE}-${TF_VER}-py3
ENV DEBIAN_FRONTEND noninteractive

Check warning on line 10 in requirements/Dockerfile

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV CPLUS_INCLUDE_PATH="/usr/include/gdal"
ENV C_INCLUDE_PATH="/usr/include/gdal"
#ENV PROJ_LIB="/usr/share/proj"
ENV PROJ_LIB="/usr/share/proj"
ENV SM_FRAMEWORK="tf.keras"

# System dependencies
RUN apt-get update && \
apt-get -y install software-properties-common && \
add-apt-repository ppa:ubuntugis/ubuntugis-stable && \
apt-get update && apt-get -y dist-upgrade && \
add-apt-repository ppa:ubuntugis/ubuntugis-unstable && \
apt-get update && \
apt-get -y dist-upgrade && \
apt-get -y install \
libsm6 \
libxext6 \
Expand Down

0 comments on commit efabc41

Please sign in to comment.