Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 2897d1d

Browse files
committed
fix base image
1 parent ca7e79a commit 2897d1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ jobs:
554554
runs-on: ubuntu-latest
555555
strategy:
556556
matrix:
557-
cuda: ['10.2', '11.1']
557+
cuda: ['11.3']
558558

559559
steps:
560560
- uses: actions/checkout@v2
@@ -597,7 +597,7 @@ jobs:
597597
- name: Upload latest image
598598
# HACK: we don't publish images for releases in the core library at the moment so this step would fail.
599599
# The CUDA condition is because CUDA 10.2 is currently our default.
600-
if: github.event_name == 'release' && matrix.cuda == '10.2'
600+
if: github.event_name == 'release' && matrix.cuda == '11.3'
601601
run: |
602602
docker tag $DOCKER_IMAGE_NAME allennlp/models:latest
603603
docker push allennlp/models:latest

0 commit comments

Comments
 (0)