Skip to content

Commit

Permalink
Merge pull request #2968 from asi1024/v6.7.0-bump-docker
Browse files Browse the repository at this point in the history
Bump Docker version to v6.7.0
  • Loading branch information
niboshi committed Jan 16, 2020
2 parents 18a8702 + e89969b commit 3fdcee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/python2/Dockerfile
Original file line number Diff line number Diff line change
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 'numpy<1.17' cupy-cuda92==6.6.0
RUN pip install --no-cache-dir 'numpy<1.17' cupy-cuda92==6.7.0
2 changes: 1 addition & 1 deletion docker/python3/Dockerfile
Original file line number Diff line number Diff line change
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==6.6.0
RUN pip3 install --no-cache-dir cupy-cuda92==6.7.0

0 comments on commit 3fdcee8

Please sign in to comment.