Skip to content

Commit

Permalink
restored dockerfile, changed develop to install
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hennen committed Jun 14, 2021
1 parent ebbc646 commit 880b83e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 cd ./py_gnome
COPY ./ /pygnome/

RUN conda install --file conda_requirements.txt
RUN python setup.py install
RUN cd pygnome && conda install --file conda_requirements.txt
RUN cd pygnome/py_gnome && python setup.py install

#RUN cd ./documentation && make html
RUN cd pygnome/py_gnome/documentation && make html

0 comments on commit 880b83e

Please sign in to comment.