From 0a573c55cd1ab74c9338bdf3d57fa5727e185cf2 Mon Sep 17 00:00:00 2001 From: Ben Wibking Date: Fri, 27 Sep 2024 14:18:40 -0400 Subject: [PATCH] user ubuntu already exists --- .devcontainer/cuda-container/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/.devcontainer/cuda-container/Dockerfile b/.devcontainer/cuda-container/Dockerfile index d20c83c4a..13c4aefdb 100644 --- a/.devcontainer/cuda-container/Dockerfile +++ b/.devcontainer/cuda-container/Dockerfile @@ -37,9 +37,6 @@ RUN mkdir -p /tmp/build-adios2 && cd /tmp/build-adios2 && \ cd / && \ rm -rf /tmp/build-adios2 -# Create a new user 'ubuntu' and set the working directory -RUN useradd -ms /bin/bash ubuntu - # Set the working directory and user WORKDIR /home/ubuntu USER ubuntu