Skip to content

Commit 6f057c9

Browse files
authored
Merge pull request #5 from wey-gu/slim_docker_image
feat: slim the docker image
2 parents 49dfa00 + ef0204a commit 6f057c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.5
1+
FROM python:3.11.5-slim
22

33
WORKDIR /app
44

@@ -16,3 +16,4 @@ CMD ["streamlit", "run", "nebulagraph-gephi-exchange.py", "--server.port", "8501
1616
EXPOSE 8501
1717

1818
# docker buildx build --platform linux/amd64,linux/arm64 -t weygu/nebulagraph-gephi-exchange:latest --push .
19+

0 commit comments

Comments
 (0)