First tests with the Docker containers
This commit is contained in:
10
Dockerfile.chatbot
Normal file
10
Dockerfile.chatbot
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.10-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY bin/requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY bin/ollamarama.py .
|
||||
|
||||
CMD ["python", "ollamarama.py"]
|
||||
Reference in New Issue
Block a user