Skip to content

Commit

Permalink
Update buildspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
math411 authored Dec 1, 2023
1 parent 3426796 commit 3a611d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nbi/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ phases:
- conda config --set path_conflict warn
- conda env create --name $BRAKET_ENV -f environment.yml --no-default-package --solver libmamba
- conda clean --index-cache
- pip cache purge
- conda pack --quiet --name $BRAKET_ENV --output envs/Braket.tar --compress-level 1 --n-threads -1
- zstd -9 envs/Braket.tar -T0
- du -hs envs/Braket.tar.zst
Expand Down

0 comments on commit 3a611d2

Please sign in to comment.