forked from fastmachinelearning/sonic-workflows
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
61712b9
commit e823ced
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ ssh -T [email protected] | |
wget https://raw.githubusercontent.com/kondratyevd/sonic-workflows/master/setup.sh | ||
chmod +x setup.sh | ||
|
||
# If running at Purdue Analysis Facility, open setup.sh and change ARCH to el8_amd64_gcc10 | ||
# If running at Purdue Analysis Facility instead of Hammer cluster, open setup.sh and change ARCH to el8_amd64_gcc10 | ||
|
||
# Run the setup script | ||
./setup.sh | ||
|