Skip to content

Commit

Permalink
Update to version 0.2.6b2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Mancini committed Jan 30, 2024
1 parent a9b2676 commit e78ddc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN conda clean -afy \
&& find /opt/conda/ -follow -type f -name '*.pyc' -delete \
&& find /opt/conda/ -follow -type f -name '*.js.map' -delete \
&& find /opt/conda/lib/python*/site-packages/bokeh/server/static -follow -type f -name '*.js' ! -name '*.min.js' -delete
COPY dist/geokube-0.2.6b1-py3-none-any.whl /
RUN pip install /geokube-0.2.6b1-py3-none-any.whl
RUN rm /geokube-0.2.6b1-py3-none-any.whl
COPY dist/geokube-0.2.6b2-py3-none-any.whl /
RUN pip install /geokube-0.2.6b2-py3-none-any.whl
RUN rm /geokube-0.2.6b2-py3-none-any.whl
ENV LD_LIBRARY_PATH=/opt/conda/x86_64-conda-linux-gnu/lib:/usr/lib/x86_64-linux-gnu
2 changes: 1 addition & 1 deletion geokube/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.6b1"
__version__ = "0.2.6b2"

0 comments on commit e78ddc3

Please sign in to comment.