Spaces:
Running
on
T4
Running
on
T4
Update Dockerfile
Browse files- 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 \
|