Skip to content

Commit

Permalink
Expanded lib versions, dropped 3.12 support due to libs not supportin…
Browse files Browse the repository at this point in the history
…g it yet.
  • Loading branch information
BStoneLASP committed May 17, 2024
1 parent 3144dd2 commit e77ca77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN mkdir -p $DATA_DIR/generic \
COPY data $DATA_DIR

# Copy library files.
# TODO: First copy depdencies and install python before the whole lib? Makes things faster locally.
COPY bin $BASE_DIR/bin
COPY curryer $BASE_DIR/curryer
COPY tests $BASE_DIR/tests
Expand All @@ -59,6 +60,7 @@ RUN PROJ_DOWNLOAD_DIR=$(python -c "import pyproj; print(pyproj.datadir.get_user_
&& curl https://cdn.proj.org/us_nga_egm96_15.tif --output ${PROJ_DOWNLOAD_DIR}/us_nga_egm96_15.tif

ENTRYPOINT pytest \
-v \
--junitxml=junit.xml \
--disable-warnings \
tests
Expand Down

0 comments on commit e77ca77

Please sign in to comment.