Skip to content

Commit

Permalink
swapped lines in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hennen committed Jun 14, 2021
1 parent 5c9b7cb commit ebbc646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ RUN yum install -y wget gcc make bzip2 gcc-c++ ca-certificates \
libglib2.0-0 libxext6 libsm6 libxrender1 \
git mercurial subversion tar

RUN conda install --file conda_requirements.txt

RUN cd ./py_gnome

RUN conda install --file conda_requirements.txt
RUN python setup.py install

#RUN cd ./documentation && make html

0 comments on commit ebbc646

Please sign in to comment.