Skip to content

Commit

Permalink
use old version cuda for CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
oneLOH committed May 20, 2024
1 parent d278498 commit fc67a3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run:
shell: bash -l {0}
container:
image: openxrlab/xrsfm_runtime:ubuntu20.04_cu12.1.0
image: openxrlab/xrsfm_runtime:ubuntu20.04_cu11.6.1
credentials:
username: ${{secrets.DOCKERHUB_USERNAME}}
password: ${{secrets.DOCKERHUB_PWD}}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:12.1.0-devel-ubuntu20.04
FROM nvidia/cuda:11.6.1-devel-ubuntu20.04

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit fc67a3c

Please sign in to comment.