Update Dockerfile
This commit is contained in:
parent
ed2a961f9b
commit
bebeb43d2a
@ -6,7 +6,6 @@ COPY environment.yaml $HOME/environment.yaml
|
|||||||
RUN \
|
RUN \
|
||||||
. $CONDA_DIR/etc/profile.d/mamba.sh \
|
. $CONDA_DIR/etc/profile.d/mamba.sh \
|
||||||
&& micromamba activate \
|
&& micromamba activate \
|
||||||
&& micromamba install --help \
|
|
||||||
&& micromamba install --file $HOME/environment.yaml \
|
&& micromamba install --file $HOME/environment.yaml \
|
||||||
&& fix-permissions $CONDA_DIR \
|
&& fix-permissions $CONDA_DIR \
|
||||||
&& fix-permissions $HOME
|
&& fix-permissions $HOME
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user