Luigi commited on
Commit
88e59b2
·
verified ·
1 Parent(s): c51e559

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -6,6 +6,9 @@ RUN apt-get update && apt-get install -y \
6
  build-essential \
7
  curl \
8
  git \
 
 
 
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
  COPY requirements.txt ./
 
6
  build-essential \
7
  curl \
8
  git \
9
+ build-essential \
10
+ cmake \
11
+ libopenblas-dev \
12
  && rm -rf /var/lib/apt/lists/*
13
 
14
  COPY requirements.txt ./