-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build process. Fix WEB_TOKEN setting on Vast
- Loading branch information
1 parent
2e4e619
commit ef3b668
Showing
6 changed files
with
63 additions
and
60 deletions.
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
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
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 |
---|---|---|
@@ -1,10 +1,7 @@ | ||
#!/bin/false | ||
|
||
export CUDA_VERSION="${CUDA_VERSION}" | ||
export CUDA_VERSION=$(printf "%s" "$CUDA_STRING" | cut -d'-' -f1) | ||
env-store CUDA_VERSION | ||
export CUDNN_VERSION="${CUDNN_VERSION}" | ||
env-store CUDNN_VERSION | ||
export CUDA_LEVEL="${CUDA_LEVEL}" | ||
export CUDA_LEVEL=$(printf "%s" "$CUDA_STRING" | cut -d'-' -f2) | ||
env-store CUDA_LEVEL | ||
export CUDA_STRING="$(cut -d '.' -f 1,2 <<< "${CUDA_VERSION}")" | ||
env-store CUDA_STRING | ||
|
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
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
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