Skip to content

Commit

Permalink
Images: bump cuda version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiogiro committed Oct 11, 2018
1 parent 9bed6b9 commit 6a21029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base-images/ml-pytorch/docker.json
Expand Up @@ -8,7 +8,7 @@
"builders": [
{
"type": "docker",
"image": "nvidia/cuda:9.1-cudnn7-devel-ubuntu16.04",
"image": "nvidia/cuda:9.2-cudnn7-devel-ubuntu16.04",
"commit": true,
"volumes": {
"{{pwd}}": "/env",
Expand Down
4 changes: 2 additions & 2 deletions base-images/ml-pytorch/environment.yml
Expand Up @@ -50,7 +50,8 @@ dependencies:
- six=1.11.0=py36h372c433_1
- cuda90=1.0=h6433d27_0
- cuda91=1.0=h4c16780_0
- pytorch=0.4.0=py36_cuda9.1.85_cudnn7.1.2_1
- cuda92=1.0
- pytorch=0.4.1=py36_cuda9.2.148_cudnn7.1.4_1
- torchvision=0.2.1=py36_1
- pip:
- absl-py==0.2.0
Expand Down Expand Up @@ -89,7 +90,6 @@ dependencies:
- tensorboardx==1.1
- tensorflow==1.6.0
- termcolor==1.1.0
- torch==0.4.0
- tqdm==4.19.5
- traitlets==4.3.2
- ujson==1.35
Expand Down

0 comments on commit 6a21029

Please sign in to comment.