Oxen icon indicating copy to clipboard operation
Oxen copied to clipboard

Oxen.ai's core rust library, server, and CLI

Results 15 Oxen issues
Sort by recently updated
recently updated
newest added

``` apt install libssl-dev libclang-dev ``` Seems I needed em :)

# 🐳 Docker Images I've dockerized the client... * https://github.com/marcellodesales/oxen-ai-docker-cli/pkgs/container/oxen-ai-docker-cli * I can send a push the dockerized workflow to support GitFlows that: * Deploys the build of the docker...

Building on https://github.com/Oxen-AI/Oxen/issues/138, it would be great if `oxen info --json ` were possible. That would spit out the likes of: ``` { resource: path/to/resource branchName: branch_name version: 4 siphash1p3:...

Any interest in pushing the server image to docker hub?

When building oxen on an arm-v7 platform (with no NEON instructions), the build fails due to a build failure in the **json-simd** dependency. The processor: ```processor : 0 model name...

When running `oxen add`, both data and schema will be automatically added to the staging area, but when running `oxen rm --staged`, only the data will be removed from the...

Rough attempt: ```dockerfile FROM rust:alpine AS build ENV OPENSSL_DIR=/usr RUN apk --no-cache add ruby-dev ffmpeg-libavdevice ffmpeg-libavcodec libressl-dev dbus-libs clang-dev g++ git make cmake ninja WORKDIR /usr/src/oxen COPY . . RUN...