Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try nvidia-cuda docker img, should clone faster #332

Closed
wants to merge 12 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update
[ghstack-poisoned]
wconstab committed May 15, 2024
commit c149b3818f77b7ee0f1d0266b2b856ecf2023c45
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_4gpu.yaml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:
bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
rm -rf ~/miniconda3/miniconda.sh
~/miniconda3/bin/conda init bash
conda install -y -q git clang clangxx cxx-compilers
conda install -y -q git clang clangxx cxx-compiler
export CC=clang
export CXX=clangxx
pip config --user set global.progress_bar off
You are viewing a condensed version of this merge commit. You can view the full changes here.