Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
# FROM nvidia/cuda:12.2.0-base-ubuntu22.04
|
2 |
FROM nvidia/cuda:12.3.1-devel-ubuntu20.04
|
|
|
3 |
|
4 |
RUN apt-get update -y && \
|
5 |
apt-get upgrade -y && \
|
|
|
1 |
# FROM nvidia/cuda:12.2.0-base-ubuntu22.04
|
2 |
FROM nvidia/cuda:12.3.1-devel-ubuntu20.04
|
3 |
+
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
|
4 |
|
5 |
RUN apt-get update -y && \
|
6 |
apt-get upgrade -y && \
|