diff --git a/Dockerfile b/Dockerfile index aae5419..692280d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ FROM nvidia/cuda:11.3.1-devel-ubuntu20.04 WORKDIR /app COPY . . +ENV TZ=Europe/London + RUN apt update RUN apt install -y git RUN apt install -y libfftw3-dev