add notes

This commit is contained in:
fuqingxu 2024-07-03 23:58:06 +08:00
parent ff6b07d113
commit 708970f4fd

View file

@ -1,5 +1,5 @@
# sudo docker build --network=host -t memoryscope .
# sudo docker run -it --net=host memoryscope
# 构建 sudo docker build --network=host -t memoryscope .
# 运行 sudo docker run -it --rm --net=host memoryscope
FROM python:3.11
# 非必要步骤更换pip源 (以下三行,可以删除)