Skip to content

Commit

Permalink
Remove configuration that are already set in te dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Jan 4, 2024
1 parent 45732ee commit 5d7c58f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions scripts/env/sofa-ci-dev-ubuntu2204-0
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export VM_MAKE_OPTIONS="-j7"

export VM_MAX_PARALLEL_TESTS="7"

export VM_HAS_CUDA="true"

export VM_CUDA_ARCH="sm_50"


Expand Down
2 changes: 0 additions & 2 deletions scripts/env/sofa-ci-dev-ubuntu2204-1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export VM_MAKE_OPTIONS="-j7"

export VM_MAX_PARALLEL_TESTS="7"

export VM_HAS_CUDA="true"

export VM_CUDA_ARCH="sm_50"

if [ ! -f /.dockerenv ]; then # not in Docker
Expand Down
1 change: 0 additions & 1 deletion scripts/env/sofa-ci-dev-ubuntu2204-2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export VM_MAKE_OPTIONS="-j7"

export VM_MAX_PARALLEL_TESTS="7"

export VM_HAS_CUDA="true"

export VM_CUDA_ARCH="sm_50"

Expand Down
2 changes: 0 additions & 2 deletions scripts/env/sofa-ci-dev-ubuntu2204-3
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export VM_MAKE_OPTIONS="-j7"

export VM_MAX_PARALLEL_TESTS="7"

export VM_HAS_CUDA="true"

export VM_CUDA_ARCH="sm_50"

if [ ! -f /.dockerenv ]; then # not in Docker
Expand Down
2 changes: 0 additions & 2 deletions scripts/env/sofa-ci-dev-ubuntu2204-4
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export VM_MAKE_OPTIONS="-j7"

export VM_MAX_PARALLEL_TESTS="7"

export VM_HAS_CUDA="true"

export VM_CUDA_ARCH="sm_50"

if [ ! -f /.dockerenv ]; then # not in Docker
Expand Down

0 comments on commit 5d7c58f

Please sign in to comment.