Skip to content

Commit

Permalink
CircleCI fix - Force usage of cuda 11.4 (#880)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #880

Changing to CUDA 11.4 in CircleCI image in an attempt to resolve build failures

Reviewed By: muchulee8, chenyang78

Differential Revision: D48116786

fbshipit-source-id: e73633f9575ae8c6965e7f0b6355e22e2c8d3565
  • Loading branch information
kadeng authored and facebook-github-bot committed Aug 7, 2023
1 parent aa730f3 commit b65dab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ setup_env: &setup_env
name: Setup environment
command: |
for i in {1..3}; do
sudo update-alternatives --set cuda /usr/local/cuda-11.4
echo 'export PATH=/usr/local/cuda/bin:$PATH' >> $BASH_ENV &&
source "$BASH_ENV"
python3.8 --version &&
Expand Down

0 comments on commit b65dab4

Please sign in to comment.