Skip to content

Commit 4a60462

Browse files
committed
fix: add curl tool
1 parent 99d6c52 commit 4a60462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/Dockerfile.dev.cuda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM nvidia/cuda:12.2.0-devel-ubuntu22.04
22
WORKDIR /src
33
ENV DEBIAN_FRONTEND=noninteractive
4-
RUN apt-get -y update; apt-get -y install cmake
4+
RUN apt-get -y update; apt-get -y install cmake curl
55

66
# create non-root user
77
ARG USERNAME=vscode
@@ -17,7 +17,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
1717
&& apt-get purge -y imagemagick imagemagick-6-common
1818

1919
# Temporary: Upgrade python packages due to https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-40897
20-
# They are installed by the base image (python) which does not have the patch.
20+
# They are installed by the base image (python) whichc does not have the patch.
2121
#RUN python3 -m pip install --upgrade setuptools
2222

2323
RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- --prefix=/usr/local --version=4.12.0

0 commit comments

Comments
 (0)