Skip to content

Commit

Permalink
Merge pull request #5 from chriskuipers/openrefine-3.7.6
Browse files Browse the repository at this point in the history
Bumped OpenRefine to 3.7.6
  • Loading branch information
vemonet authored Nov 1, 2023
2 parents 87f984c + 528d56b commit 41c3b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions knowledge-graph/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN mamba install --quiet -y \


# Install OpenRefine
ENV OPENREFINE_VERSION=3.4.1
ENV OPENREFINE_VERSION=3.7.6
RUN cd /opt && \
wget https://github.com/OpenRefine/OpenRefine/releases/download/$OPENREFINE_VERSION/openrefine-linux-$OPENREFINE_VERSION.tar.gz && \
tar xzf openrefine-linux-$OPENREFINE_VERSION.tar.gz && \
Expand Down Expand Up @@ -122,4 +122,4 @@ RUN cd /opt && \
# RUN mkdir -p /opt/nanobench && cd /opt/nanobench && \
# wget https://github.com/peta-pico/nanobench/releases/download/nanobench-$NANOBENCH_VERSION/nanobench-$NANOBENCH_VERSION.zip && \
# unzip nanobench-$NANOBENCH_VERSION.zip
# ENV PATH=$PATH:/opt/openrefine:/opt/nanobench
# ENV PATH=$PATH:/opt/openrefine:/opt/nanobench

0 comments on commit 41c3b6b

Please sign in to comment.