Skip to content

Commit

Permalink
Change Docker cuda image version from 11.1 to 11.6.2 (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
martins0n authored Aug 8, 2022
1 parent 71a19db commit 3c036d2
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
dockerfile:
- {"name": etna-cpu, "path": docker/etna-cpu/Dockerfile}
- {"name": etna-cuda-10.2, "path": docker/etna-cuda-10.2/Dockerfile}
- {"name": etna-cuda-11.1, "path": docker/etna-cuda-11.1/Dockerfile}
- {"name": etna-cuda-11.6.2, "path": docker/etna-cuda-11.6.2/Dockerfile}

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,12 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
dockerfile:
- {"name": etna-cpu, "path": docker/etna-cpu/Dockerfile}
- {"name": etna-cuda-10.2, "path": docker/etna-cuda-10.2/Dockerfile}
- {"name": etna-cuda-11.1, "path": docker/etna-cuda-11.1/Dockerfile}
- {"name": etna-cuda-11.6.2, "path": docker/etna-cuda-11.6.2/Dockerfile}

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
-
-
-
- Change Docker cuda image version from 11.1 to 11.6.2 ([#838](https://github.com/tinkoff-ai/etna/pull/838))
-
-

Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- `ghcr.io/tinkoff-ai/etna/etna-cpu:<tag>`
- `ghcr.io/tinkoff-ai/etna/etna-cuda-10.2:<tag>`
- `ghcr.io/tinkoff-ai/etna/etna-cuda-11.1:<tag>`
- `ghcr.io/tinkoff-ai/etna/etna-cuda-11.6.2:<tag>`

## Use cases

Expand Down
4 changes: 2 additions & 2 deletions docker/etna-cpu/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
etna[all]
jupyter
jupyterlab
etna[all]
4 changes: 2 additions & 2 deletions docker/etna-cuda-10.2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
etna[all]
jupyter
jupyterlab
etna[all]
2 changes: 0 additions & 2 deletions docker/etna-cuda-11.1/requirements.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_IMAGE=nvidia/cuda:11.1-cudnn8-runtime-ubuntu18.04
ARG BASE_IMAGE=nvidia/cuda:11.6.2-cudnn8-runtime-ubuntu18.04
ARG DISTRO_ARCH=ubuntu1804/x86_64
ARG CUDA_VERSION_FOR_TORCH=cu111
ARG CUDA_VERSION_FOR_TORCH=cu116

FROM ${BASE_IMAGE}

Expand Down
2 changes: 2 additions & 0 deletions docker/etna-cuda-11.6.2/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jupyterlab
etna[all]

1 comment on commit 3c036d2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.