Skip to content

Commit

Permalink
please docker lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Ai committed Aug 23, 2024
1 parent 972614c commit db4809f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ENV GDAL_DRIVER_PATH=/env/lib/gdalplugins \
# here is very hacky fix for the threading issue
# MUST follow up with package owner and further address the issue accordingly

RUN wget -O /env/lib/python3.10/site-packages/numexpr/necompiler.py https://raw.githubusercontent.com/emmaai/numexpr/master/numexpr/necompiler.py
RUN wget -O -q /env/lib/python3.10/site-packages/numexpr/necompiler.py https://raw.githubusercontent.com/emmaai/numexpr/master/numexpr/necompiler.py

WORKDIR /tmp

Expand Down

0 comments on commit db4809f

Please sign in to comment.