Skip to content
Snippets Groups Projects
Commit fa0ba8f9 authored by Hugo Kerstens's avatar Hugo Kerstens
Browse files

Gracefully delete environment.yml

parent 4fc136e6
No related branches found
No related tags found
1 merge request!152Run Redis from Conda and add environment.yml
......@@ -11,6 +11,6 @@ RUN conda env create
RUN echo "source activate $(head -1 /app/environment.yml | cut -d' ' -f2)" > ~/.bashrc
ENV PATH /opt/conda/envs/$(head -1 /app/environment.yml | cut -d' ' -f2)/bin:$PATH
RUN rm -rf /app/environment.yml
RUN rm /app/environment.yml
CMD bash
\ No newline at end of file
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