Skip to content

Commit

Permalink
Update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp1985 committed Aug 27, 2024
1 parent 3b59134 commit 3cb34bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM nvidia/cuda:12.6.0-devel-ubuntu24.04
WORKDIR /app
COPY . .

ENV PIP_BREAK_SYSTEM_PACKAGES=1
ENV TZ=Europe/London

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

0 comments on commit 3cb34bb

Please sign in to comment.