ваше сообщение коммита
This commit is contained in:
10
Dockerfile.ollama
Normal file
10
Dockerfile.ollama
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM ollama/ollama:latest
|
||||
|
||||
# Устанавливаем curl для API запросов
|
||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Копируем entrypoint скрипт
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user