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 @@ -8,6 +8,7 @@ ARG HOST_UID=1000
8
8
RUN ${CONDA_BIN} install --no-pin -qq -y -n base -c conda-forge \
9
9
python=${PY_VER} pip setuptools git graphviz pydot && \
10
10
${CONDA_BIN} clean -qq -afy
11
+ ENV PATH="$PATH:/home/mambauser/.local/bin"
11
12
12
13
COPY --chown=${HOST_UID:-1000}:mambauser ./pyproject.toml ./README.md ./LICENSE.txt /main/
13
14
COPY --chown=${HOST_UID:-1000}:mambauser ./datajoint /main/datajoint
@@ -18,9 +19,6 @@ USER root
18
19
RUN \
19
20
chown -R ${HOST_UID:-1000}:mambauser /main && \
20
21
chown -R ${HOST_UID:-1000}:mambauser /src && \
21
- eval "$(micromamba shell hook --shell bash)" && \
22
- micromamba activate base && \
23
- pip install -q --no-cache-dir /main && \
22
+ micromamba run -n base pip install -q --no-cache-dir /main && \
24
23
rm -r /main/*
25
24
USER ${MAMBA_USER}
26
- ENV PATH="$PATH:/home/mambauser/.local/bin"
You can’t perform that action at this time.
0 commit comments