docker failed
Opened this issue · 1 comments
docker build -f ./.docker/nvidia.dockerfile -t rllama:nvidia .
Compiling httparse v1.8.0
error[E0635]: unknown feature proc_macro_span_shrink
--> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.52/src/lib.rs:92:30
|
92 | feature(proc_macro_span, proc_macro_span_shrink)
| ^^^^^^^^^^^^^^^^^^^^^^
For more information about this error, try rustc --explain E0635
.
error: could not compile proc-macro2
(lib) due to previous error
warning: build failed, waiting for other jobs to finish...
The command '/bin/sh -c bash -c 'export PATH="$PATH:$HOME/.cargo/bin";cd /opt/rllama;RUSTFLAGS="-C target-feature=+sse2,+avx,+fma,+avx2" cargo build --release --features server,opencl'' returned a non-zero code: 101
It fails on latest nightly. Should use nightly-2023-06-15
.