Initial commit: Miku Discord Bot
This commit is contained in:
8
Dockerfile.ollama
Normal file
8
Dockerfile.ollama
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM ollama/ollama
|
||||
|
||||
# Install curl so we can run health checks
|
||||
USER root
|
||||
RUN apt-get update && apt-get install -y curl && apt-get clean
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user