unoxxx / Dockerfile
Hjgugugjhuhjggg's picture
Update Dockerfile
6b796fe verified
raw
history blame contribute delete
160 Bytes
FROM ollama/ollama:latest
USER root
# Crear el directorio /.ollama/
RUN mkdir /.ollama/
# Cambiar permisos para hacerlo accesible
RUN chmod -R 777 /.ollama/