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

Update Dockerfile

parent e7dd0e30
No related branches found
No related tags found
No related merge requests found
Pipeline #13878 passed
...@@ -78,7 +78,9 @@ RUN conda install -y python=${python_version} && \ ...@@ -78,7 +78,9 @@ RUN conda install -y python=${python_version} && \
mkdocs \ mkdocs \
numpy=1.18 numpy=1.18
RUN git clone git://github.com/keras-team/keras.git /src && pip install -e /src[tests] RUN pip install keras
# RUN git clone git://github.com/keras-team/keras.git /src && pip install -e /src[tests]
RUN conda clean -yt RUN conda clean -yt
# pip install git+git://github.com/keras-team/keras.git && \ # 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