simonduerr commited on
Commit
a047618
·
verified ·
1 Parent(s): 8b491e4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,5 +1,8 @@
1
  FROM nvidia/cuda:11.6.1-devel-ubuntu20.04
2
 
 
 
 
3
  RUN apt-get update
4
  RUN apt install -y tzdata
5
  RUN apt-get -y update && apt-get -y install software-properties-common \
 
1
  FROM nvidia/cuda:11.6.1-devel-ubuntu20.04
2
 
3
+ ENV TZ=Europe/Berlin
4
+ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
5
+
6
  RUN apt-get update
7
  RUN apt install -y tzdata
8
  RUN apt-get -y update && apt-get -y install software-properties-common \