atonyxu commited on
Commit
7b097cb
·
verified ·
1 Parent(s): dd25510

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM nvidia/cuda:12.5.1-cudnn-devel-ubuntu20.04
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive \
4
- TZ=Europe/Paris
5
 
6
  # Remove any third-party apt sources to avoid issues with expiring keys.
7
  # Install some basic utilities
@@ -30,8 +30,7 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
30
 
31
  RUN add-apt-repository ppa:flexiondotorg/nvtop && \
32
  apt-get upgrade -y && \
33
- apt-get install -y --no-install-recommends nvtop \
34
- git lfs install
35
 
36
  RUN curl -sL https://deb.nodesource.com/setup_21.x | bash - && \
37
  apt-get install -y nodejs && \
 
1
  FROM nvidia/cuda:12.5.1-cudnn-devel-ubuntu20.04
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive \
4
+ TZ=Asia/Shanghai
5
 
6
  # Remove any third-party apt sources to avoid issues with expiring keys.
7
  # Install some basic utilities
 
30
 
31
  RUN add-apt-repository ppa:flexiondotorg/nvtop && \
32
  apt-get upgrade -y && \
33
+ apt-get install -y --no-install-recommends nvtop
 
34
 
35
  RUN curl -sL https://deb.nodesource.com/setup_21.x | bash - && \
36
  apt-get install -y nodejs && \