We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e215530 commit 29bdc59Copy full SHA for 29bdc59
dev/BASE
@@ -19,7 +19,7 @@ RUN \
19
mv bin/micromamba /usr/bin/mamba && \
20
mamba install -y -n base -c conda-forge \
21
python=3.12 \
22
- gradio fastapi hypercorn open3d && \
+ gradio fastapi hypercorn && \
23
mamba clean --all --yes
24
25
RUN adduser --disabled-password --gecos "" $USER && \
0 commit comments