diff --git a/Dockerfile b/cuda/Dockerfile similarity index 95% rename from Dockerfile rename to cuda/Dockerfile index bfa150b..a8b3fb8 100644 --- a/Dockerfile +++ b/cuda/Dockerfile @@ -18,7 +18,7 @@ RUN \ echo root:${ROOT_PASSWD} | chpasswd && \ \ apt update && \ - apt install --yes ssh tini neovim git && \ + apt install --yes ssh tini file neovim git && \ apt clean && \ rm -rf /var/lib/apt/lists/* && \ \ diff --git a/compose.yml b/cuda/compose.yml similarity index 100% rename from compose.yml rename to cuda/compose.yml