We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb7f1e commit c3d123eCopy full SHA for c3d123e
Dockerfile
@@ -5,6 +5,5 @@ RUN apt-get update && \
5
apt-get install procps -y && \
6
apt-get clean
7
8
-USER micromamba
9
RUN micromamba install -y -n base -f /tmp/env.yaml && \
10
micromamba clean --all --yes
0 commit comments