We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c113b88 commit ffa76baCopy full SHA for ffa76ba
Dockerfile
@@ -15,7 +15,7 @@ LABEL ai.opentensor.image.authors="[email protected]" \
15
# Set up Rust environment
16
ENV RUST_BACKTRACE=1
17
RUN apt-get update && \
18
- apt-get install -y curl build-essential protobuf-compiler clang git && \
+ apt-get install -y curl build-essential protobuf-compiler clang git pkg-config libssl-dev && \
19
rm -rf /var/lib/apt/lists/*
20
21
RUN set -o pipefail && curl https://sh.rustup.rs -sSf | sh -s -- -y
0 commit comments