silaseic commited on
Commit
99f438b
1 Parent(s): 3cd1997

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,6 +1,9 @@
1
  # Start with a base image that includes CUDA
2
  FROM nvidia/cuda:11.4.1-base-ubuntu20.04
3
 
 
 
 
4
  # Install Python and other dependencies
5
  RUN apt-get update && apt-get install -y python3 python3-pip libgl1-mesa-glx
6
 
 
1
  # Start with a base image that includes CUDA
2
  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
9