Skip to content

Commit

Permalink
Fix version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Mancini committed Jan 29, 2024
1 parent 19b3e51 commit ef0d627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ RUN conda clean -afy \
&& 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.7-py3-none-any.whl /
RUN pip install /geokube-0.2a0-py3-none-any.whl
RUN pip install /geokube-0.2a7-py3-none-any.whl
RUN rm /geokube-0.2.7-py3-none-any.whl
ENV LD_LIBRARY_PATH=/opt/conda/x86_64-conda-linux-gnu/lib:/usr/lib/x86_64-linux-gnu

0 comments on commit ef0d627

Please sign in to comment.