File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11FROM nvidia/cuda:12.2.0-devel-ubuntu22.04
22WORKDIR /src
33ENV 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
77ARG 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
2323RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- --prefix=/usr/local --version=4.12.0
You can’t perform that action at this time.
0 commit comments