Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
67a00a6c
"lib/bindings/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "dd7646ef33354f342959b22ec07e5f4a4f1d3da0"
Commit
67a00a6c
authored
Dec 08, 2023
by
Christina Floristean
Browse files
Remove env restart from setup script
parent
a13c0ce5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
scripts/install_third_party_dependencies.sh
scripts/install_third_party_dependencies.sh
+0
-3
No files found.
scripts/install_third_party_dependencies.sh
View file @
67a00a6c
...
@@ -20,8 +20,5 @@ conda env config vars set CUTLASS_PATH=$PWD/cutlass
...
@@ -20,8 +20,5 @@ conda env config vars set CUTLASS_PATH=$PWD/cutlass
# This setting is used to fix a worker assignment issue during data loading
# This setting is used to fix a worker assignment issue during data loading
conda
env
config vars
set
KMP_AFFINITY
=
none
conda
env
config vars
set
KMP_AFFINITY
=
none
# Reactivate env so that the above environment variables take effect
conda activate
$CONDA_PREFIX
export
LIBRARY_PATH
=
$CONDA_PREFIX
/lib:
$LIBRARY_PATH
export
LIBRARY_PATH
=
$CONDA_PREFIX
/lib:
$LIBRARY_PATH
export
LD_LIBRARY_PATH
=
$CONDA_PREFIX
/lib:
$LD_LIBRARY_PATH
export
LD_LIBRARY_PATH
=
$CONDA_PREFIX
/lib:
$LD_LIBRARY_PATH
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment