masanorihirano commited on
Commit
31bb33f
·
verified ·
1 Parent(s): f793acd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -1,9 +1,7 @@
1
  FROM docker.io/nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04
2
  ENV TZ=Asia/Tokyo
3
  RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
4
- RUN sed -i 's http://deb.debian.org http://cdn-aws.deb.debian.org g' /etc/apt/sources.list && \
5
- sed -i 's http://archive.ubuntu.com http://us-east-1.ec2.archive.ubuntu.com g' /etc/apt/sources.list && \
6
- sed -i '/security/d' /etc/apt/sources.list && apt-get update && \
7
  apt-get install -y \
8
  git \
9
  make build-essential libssl-dev zlib1g-dev \
 
1
  FROM docker.io/nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04
2
  ENV TZ=Asia/Tokyo
3
  RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
4
+ RUN apt-get update && \
 
 
5
  apt-get install -y \
6
  git \
7
  make build-essential libssl-dev zlib1g-dev \