matthoffner commited on
Commit
b6217d2
·
1 Parent(s): 2298350

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
4
 
5
  # Install dependencies
6
  RUN apt update && \
7
- apt install --no-install-recommends -y build-essential python3 python3-pip wget curl git cmake zlib1g-dev libblas-dev && \
8
  apt clean && rm -rf /var/lib/apt/lists/*
9
 
10
  WORKDIR /app
 
4
 
5
  # Install dependencies
6
  RUN apt update && \
7
+ apt install --no-install-recommends -y build-essential python3 python3-pip wget curl git cmake zlib1g-dev libblas-dev libcublas-dev && \
8
  apt clean && rm -rf /var/lib/apt/lists/*
9
 
10
  WORKDIR /app