Skip to content

Commit 638eb83

Browse files
authored
Fix image CMD warning and update dependencies
1 parent 99da168 commit 638eb83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

containers/Dockerfile.marimo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt update --yes && \
2727
locale-gen
2828

2929

30-
ARG marimo_version=0.16.2
30+
ARG marimo_version=0.16.4
3131
ENV MARIMO_SKIP_UPDATE_CHECK=1
3232
ENV UV_SYSTEM_PYTHON=1
3333
RUN uv pip install --no-cache-dir marimo==${marimo_version} && \
@@ -51,8 +51,8 @@ RUN uv pip install --no-cache-dir marimo[recommended,lsp,sql] altair pandas pyth
5151
pytest
5252
RUN uv pip install --no-cache-dir 'janus-core[all]@git+https://github.com/stfc/janus-core.git@main'
5353
RUN uv pip install --no-cache-dir cuequivariance==0.5.1 \
54-
cuequivariance-torch==0.5.1 \
55-
cuequivariance-ops-torch-cu12==0.5.1 \
54+
cuequivariance-torch==0.6.1 \
55+
cuequivariance-ops-torch-cu12==0.6.1 \
5656
torchvision \
5757
pack-mm \
5858
seaborn \
@@ -63,4 +63,4 @@ RUN uv pip install --no-cache-dir cuequivariance==0.5.1 \
6363
pymatviz \
6464
git+https://github.com/imagdau/aseMolec@main
6565

66-
CMD marimo edit --no-token -p $PORT --host $HOST
66+
CMD ["/bin/sh", "-c", "exec marimo edit --no-token -p $PORT --host $HOST"]

0 commit comments

Comments
 (0)