silaseic commited on
Commit
0bb3002
1 Parent(s): 99f438b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -3,6 +3,9 @@ FROM nvidia/cuda:11.4.1-base-ubuntu20.04
3
 
4
  # Set the timezone
5
  ENV TZ=Europe/Berlin
 
 
 
6
 
7
  # Install Python and other dependencies
8
  RUN apt-get update && apt-get install -y python3 python3-pip libgl1-mesa-glx
 
3
 
4
  # Set the timezone
5
  ENV TZ=Europe/Berlin
6
+ RUN ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime
7
+ RUN apt-get update && apt-get install -y tzdata
8
+ RUN dpkg-reconfigure --frontend noninteractive tzdata
9
 
10
  # Install Python and other dependencies
11
  RUN apt-get update && apt-get install -y python3 python3-pip libgl1-mesa-glx