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

Update Dockerfile

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