Skip to content
Snippets Groups Projects
Verified Commit bbcd680f authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Docker emase: add ps

parent 72fb6204
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,6 @@ RUN conda init \
SHELL ["conda", "run", "-n", "emase", "/bin/bash", "-c"]
RUN conda install -y -c kbchoi emase \
&& echo "conda activate emase" >> /root/.bashrc
RUN apt update && apt install -y procps
ENV PATH /usr/local/envs/emase/bin:/usr/local/condabin:$PATH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment