HirCoir commited on
Commit
d6b4194
1 Parent(s): f875867

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -16,8 +16,7 @@ ENV TOKEN_CONCATENADO="${TOKEN}"
16
  ENV MODEL_DIR="/model"
17
  ENV MODEL_FILES="${MODEL_DIR}/*.gguf"
18
  USER root
19
- # Agrega un usuario no root
20
- RUN useradd -m -u 1000 app
21
  # Establece el directorio de trabajo dentro del contenedor
22
  RUN apt update
23
  RUN apt install -y \
 
16
  ENV MODEL_DIR="/model"
17
  ENV MODEL_FILES="${MODEL_DIR}/*.gguf"
18
  USER root
19
+
 
20
  # Establece el directorio de trabajo dentro del contenedor
21
  RUN apt update
22
  RUN apt install -y \