diff --git a/dockerfile b/dockerfile index af332a630..d4c6338c9 100644 --- a/dockerfile +++ b/dockerfile @@ -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 \ No newline at end of file +RUN cd pygnome/py_gnome/documentation && make html