cronos3k commited on
Commit
7cb7480
·
verified ·
1 Parent(s): 3f27128

Fix: use system OpenBLAS (openblas-src system feature) — no from-source build

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM rust:1.82-slim-bookworm AS builder
3
 
4
  RUN apt-get update && apt-get install -y \
5
  git pkg-config libssl-dev ca-certificates \
6
- libopenblas-dev gfortran \
7
  && rm -rf /var/lib/apt/lists/*
8
 
9
  # Clone the fork and build only the CLI crate
 
3
 
4
  RUN apt-get update && apt-get install -y \
5
  git pkg-config libssl-dev ca-certificates \
6
+ libopenblas-dev \
7
  && rm -rf /var/lib/apt/lists/*
8
 
9
  # Clone the fork and build only the CLI crate