Skip to content

Commit 26128bb

Browse files
committed
Dockerfile update.
1 parent 54ff07b commit 26128bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile_singleuser_gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN if [ "${CPU_ARCHITECTURE}" = "amd64" ]; then \
4545
echo "deb http://ports.ubuntu.com/ubuntu-ports noble-security main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
4646
echo "deb-src http://ports.ubuntu.com/ubuntu-ports noble-security main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
4747
echo "deb http://ports.ubuntu.com/ubuntu-ports noble-backports main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
48-
echo "deb-src http://ports.ubuntu.com/ubuntu-portsnoble-backports main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
48+
echo "deb-src http://ports.ubuntu.com/ubuntu-ports noble-backports main restricted universe multiverse" | tee -a /etc/apt/sources.list ; \
4949
echo "deb http://archive.canonical.com/ubuntu/ jammy partner" | tee -a /etc/apt/sources.list ; \
5050
echo "deb-src http://archive.canonical.com/ubuntu/ jammy partner" | tee -a /etc/apt/sources.list ; \
5151
elif [ "${CPU_ARCHITECTURE}" = "arm64" ]; then \

0 commit comments

Comments
 (0)