We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6e069 commit c949785Copy full SHA for c949785
1 file changed
Dockerfile
@@ -0,0 +1,7 @@
1
+FROM python:3.10-slim
2
+WORKDIR /app
3
+COPY memoryos-pypi/ ./memoryos-pypi/
4
+RUN pip install --no-cache-dir -r memoryos-pypi/requirements.txt && \
5
+ apt-get update && \
6
+ apt-get install -y vim && \
7
+ rm -rf /var/lib/apt/lists/*
0 commit comments