Skip to content

Commit

Permalink
updated duckdb
Browse files Browse the repository at this point in the history
  • Loading branch information
vlulla committed Sep 10, 2024
1 parent f2ad26a commit eee6292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datascience-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN install2.r --error --skipinstalled --skipmissing -n "$(( $(nproc) - 2))" TTR
RUN <<EOT
set -ex
pushd /tmp && git clone https://gitlab.com/OldManProgrammer/unix-tree tree && pushd tree && make && make install && popd && rm -rf tree && popd
pushd /tmp && aria2c https://github.com/duckdb/duckdb/releases/download/v1.0.0/duckdb_cli-linux-amd64.zip && unzip duckdb_cli-linux-amd64.zip -d /usr/local/bin && rm -rf duckdb_cli-linux-amd64.zip
pushd /tmp && aria2c https://github.com/duckdb/duckdb/releases/download/v1.1.0/duckdb_cli-linux-amd64.zip && unzip duckdb_cli-linux-amd64.zip -d /usr/local/bin && rm -rf duckdb_cli-linux-amd64.zip
EOT

RUN <<EOT
Expand Down

0 comments on commit eee6292

Please sign in to comment.