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