Skip to content
Snippets Groups Projects
Commit d040df7d authored by Byungheong Jeong's avatar Byungheong Jeong
Browse files

Update Dockerfile

parent 1f488e3f
No related branches found
No related tags found
No related merge requests found
Pipeline #8758 passed
......@@ -63,10 +63,10 @@ RUN conda install -y python=${python_version} && \
theano \
mkdocs \
&& \
git clone git://github.com/keras-team/keras.git /src && pip install -e /src[tests]
# && \
# pip install git+git://github.com/keras-team/keras.git && \
git clone git://github.com/keras-team/keras.git /src && pip install -e /src[tests] && \
conda clean -yt
# pip install git+git://github.com/keras-team/keras.git && \
#ADD theanorc /home/keras/.theanorc
......
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