File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
# We can't use slim because we need either git/wget/curl to
2
2
# download mesa-examples, and so installing them requires
3
3
# updating the system anyway.
4
- # We can't use alpine because NumPy doesn't support musllinux yet.
5
- # But it's in the RC version https://github.com/numpy/numpy/issues/20089.
6
4
FROM python:bookworm
7
- LABEL maintainer="rht <rhtbot@protonmail.com> "
5
+ LABEL maintainer="projectmesa maintainers@projectmesa.dev "
8
6
9
7
# To use this Dockerfile:
10
8
# 1. `docker build . -t mesa_image`
@@ -36,4 +34,4 @@ RUN pip3 install -e /opt/mesa[rec]
36
34
CMD ["sh" , "-c" , "cd $MODEL_DIR && solara run app.py --host=0.0.0.0" ]
37
35
38
36
# To check file system:
39
- # docker exec -it mesa_instance bash
37
+ # docker exec -it mesa_instance bash
You can’t perform that action at this time.
0 commit comments