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

Update Dockerfile

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