Skip to content

Commit c949785

Browse files
authored
Add files via upload
1 parent cd6e069 commit c949785

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)