Skip to content

Commit 465a6cb

Browse files
authored
Update Dockerfile : change maintainer and remove numpy issue comments
1 parent a16280c commit 465a6cb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# We can't use slim because we need either git/wget/curl to
22
# download mesa-examples, and so installing them requires
33
# 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.
64
FROM python:bookworm
7-
LABEL maintainer="rht <rhtbot@protonmail.com>"
5+
LABEL maintainer="projectmesa maintainers@projectmesa.dev"
86

97
# To use this Dockerfile:
108
# 1. `docker build . -t mesa_image`
@@ -36,4 +34,4 @@ RUN pip3 install -e /opt/mesa[rec]
3634
CMD ["sh", "-c", "cd $MODEL_DIR && solara run app.py --host=0.0.0.0"]
3735

3836
# To check file system:
39-
# docker exec -it mesa_instance bash
37+
# docker exec -it mesa_instance bash

0 commit comments

Comments
 (0)