Commit 356c8231 authored by Dimitris Bounias's avatar Dimitris Bounias
Browse files

Change echo to append

parent 0cd12185
...@@ -55,5 +55,5 @@ RUN mkdir ${det_data} \ ...@@ -55,5 +55,5 @@ RUN mkdir ${det_data} \
WORKDIR /opt/code/nndet WORKDIR /opt/code/nndet
COPY . . COPY . .
RUN echo ". /activate" > ~/.bashrc RUN echo ". /activate" >> ~/.bashrc
RUN . /activate && pip install -v -e . RUN . /activate && pip install -v -e .
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment