Skip to content

Commit

Permalink
Remove extra ls
Browse files Browse the repository at this point in the history
  • Loading branch information
pcm32 committed Oct 12, 2023
1 parent c596e30 commit b6fdb1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion galaxy-jupyter-single-cell/pre_install_dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ FROM quay.io/bgruening/docker-jupyter-notebook:2021-03-05
# install micromamba
RUN "${SHELL}" <(curl -L micro.mamba.pm/install.sh)
COPY templated-conda-env.yaml /tmp/env.yaml
RUN ls /tmp/env.yaml
RUN /home/jovyan/.local/bin/micromamba install -y -n base -f /tmp/env.yaml && \
/home/jovyan/.local/bin/micromamba clean --all --yes

0 comments on commit b6fdb1c

Please sign in to comment.