From eef8ae1477843a6b157a8a4a7dcb887bf7d8a724 Mon Sep 17 00:00:00 2001 From: Namhyeon Go Date: Sat, 15 Jun 2024 18:59:00 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fbe061f..b847f58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM nvidia/cuda:12.0.0-cudnn8-devel-ubuntu20.04 # Set environment variables to avoid interactive prompts during package installation ENV DEBIAN_FRONTEND=noninteractive -# Change the APT package server (fix HashSum issue) +# Change the APT package server (fix "Hash Sum Mismatch" problem) RUN sed -i 's/archive.ubuntu.com/repo.catswords.com/g' /etc/apt/sources.list RUN sed -i 's/security.ubuntu.com/repo.catswords.com/g' /etc/apt/sources.list