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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM nvidia/cuda:11.6.1-devel-ubuntu20.04
2
 
3
  RUN apt-get update
4
-
5
  RUN apt-get -y update && apt-get -y install software-properties-common \
6
  && add-apt-repository ppa:deadsnakes/ppa && apt install -y python3.10 python3-pip
7
 
 
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 \
6
  && add-apt-repository ppa:deadsnakes/ppa && apt install -y python3.10 python3-pip
7