diff --git a/Dockerfile b/Dockerfile index adc2b3c..098e53b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,4 @@ FROM ubuntu:latest AS base # Install build-essential, cmake, and OpenBLAS RUN apt-get update && \ - apt-get install -y build-essential cmake libopenblas-dev \ No newline at end of file + apt-get install -y build-essential cmake libopenblas-dev