Skip to content

Commit

Permalink
Try again to fix docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp1985 committed Aug 27, 2024
1 parent 84c6e84 commit 5cf73b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ WORKDIR /app
COPY . .

ENV TZ=Europe/London

RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/tim

RUN apt update
RUN apt install -y git
RUN apt install -y libfftw3-dev
RUN apt install -y g++
RUN apt install -y python3.9
RUN apt install -y python3-pip
RUN export CXX=$(which g++)
RUN export CUDACXX=$(which nvcc)
RUN git submodule update --init --recursive
Expand Down

0 comments on commit 5cf73b1

Please sign in to comment.