Skip to content

Commit

Permalink
Merge pull request #953 from julep-ai/x/docker-cozo
Browse files Browse the repository at this point in the history
x/memory-store: revert docker cozo
  • Loading branch information
Vedantsahai18 authored Dec 12, 2024
2 parents b981669 + 3c33939 commit 7ebeb6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memory-store/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN apt-get update && apt-get install -y \

# Build cozo-ce-bin from crates.io
WORKDIR /usr/src
RUN cargo install [email protected] --features "requests graph-algo storage-new-rocksdb storage-sqlite jemalloc io-uring malloc-usable-size"
# RUN cargo install --git https://github.com/cozo-community/cozo.git --branch f/publish-crate --rev 592f49b --profile release -F graph-algo -F jemalloc -F io-uring -F storage-new-rocksdb -F malloc-usable-size --target x86_64-unknown-linux-gnu cozo-ce-bin
# RUN cargo install [email protected] --features "requests graph-algo storage-new-rocksdb storage-sqlite jemalloc io-uring malloc-usable-size"
RUN cargo install --git https://github.com/cozo-community/cozo.git --branch f/publish-crate --rev 592f49b --profile release -F graph-algo -F jemalloc -F io-uring -F storage-new-rocksdb -F malloc-usable-size --target x86_64-unknown-linux-gnu cozo-ce-bin

# Copy the built binary to /usr/local/bin
RUN cp /usr/local/cargo/bin/cozo-ce-bin /usr/local/bin/cozo
Expand Down

0 comments on commit 7ebeb6e

Please sign in to comment.