Skip to content

Commit

Permalink
Merge pull request #5582 from kmaehashi/release-v6.0.0a1-docker
Browse files Browse the repository at this point in the history
Bump version in Dockerfile
  • Loading branch information
niboshi committed Oct 25, 2018
2 parents 52f5fad + 39eca41 commit 8c20f79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/intel/python2/Dockerfile
Expand Up @@ -8,4 +8,4 @@ RUN apt-get update -y && \
python-setuptools && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN pip install --no-cache-dir 'ideep4py<2.1' chainer==5.0.0rc1
RUN pip install --no-cache-dir 'ideep4py<2.1' chainer==6.0.0a1
2 changes: 1 addition & 1 deletion docker/intel/python3/Dockerfile
Expand Up @@ -8,4 +8,4 @@ RUN apt-get update -y && \
python3-setuptools && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN pip3 install --no-cache-dir 'ideep4py<2.1' chainer==5.0.0rc1
RUN pip3 install --no-cache-dir 'ideep4py<2.1' chainer==6.0.0a1
2 changes: 1 addition & 1 deletion docker/python2/Dockerfile
Expand Up @@ -8,4 +8,4 @@ RUN apt-get update -y && \
python-setuptools && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN pip install --no-cache-dir cupy-cuda92==5.0.0rc1 chainer==5.0.0rc1
RUN pip install --no-cache-dir cupy-cuda92==6.0.0a1 chainer==6.0.0a1
2 changes: 1 addition & 1 deletion docker/python3/Dockerfile
Expand Up @@ -8,4 +8,4 @@ RUN apt-get update -y && \
python3-setuptools && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN pip3 install --no-cache-dir cupy-cuda92==5.0.0rc1 chainer==5.0.0rc1
RUN pip3 install --no-cache-dir cupy-cuda92==6.0.0a1 chainer==6.0.0a1

0 comments on commit 8c20f79

Please sign in to comment.