diff --git a/cuda/Dockerfile b/cuda/Dockerfile index 7839e3a..c05c38d 100644 --- a/cuda/Dockerfile +++ b/cuda/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && echo root:${ROOT_PASSWD} | chpasswd \ \ && apt update \ - && apt install --yes ssh tini zsh netcat file neovim git locales \ + && apt install --yes ssh tini zsh netcat file git locales \ && apt clean \ && rm -rf /var/lib/apt/lists/* \ \