Update Dockerfile
Browse files- 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 |
-
|
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 \
|