Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/docker #496

Merged
merged 40 commits into from
Sep 22, 2023
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
03a8781
Refactor Dockerfile.
vincentmr Sep 7, 2023
2b16937
setup.py install
vincentmr Sep 8, 2023
5ef6271
Multi-stage docker build.
vincentmr Sep 8, 2023
2049311
Update docker readme.
vincentmr Sep 8, 2023
2376a23
Add omp deps.
vincentmr Sep 8, 2023
72a641f
Fix pip install warning.
vincentmr Sep 8, 2023
4f2cfab
Merge branch 'master' into feature/docker
vincentmr Sep 8, 2023
6d7da3e
Auto update version
github-actions[bot] Sep 8, 2023
a1f9c24
Add lightning-kokkos stage.
vincentmr Sep 11, 2023
ce91ca4
Add LGPU stage.
vincentmr Sep 11, 2023
2b87bed
Fix codefactor warnings.
vincentmr Sep 11, 2023
d657a41
Add LKokkos+CUDA stage.
vincentmr Sep 11, 2023
5c2272f
Fix wheel-lightning-kokkos-cuda runtime env.
vincentmr Sep 12, 2023
31643ba
Add make docker & dockerhub readme.
vincentmr Sep 12, 2023
21e287b
Build kokkos-cuda from --branch fix-rtld-deepbind https://github.com/…
vincentmr Sep 12, 2023
5dce308
Try fixing codefactor
vincentmr Sep 12, 2023
85989af
Add plugin doc links. Add HIP image. Refactor makefile.
vincentmr Sep 13, 2023
2b14765
Auto update version
github-actions[bot] Sep 13, 2023
c9aed90
Update readme.
vincentmr Sep 13, 2023
81f96ac
Update readme.
vincentmr Sep 13, 2023
12865c1
Update changelog.
vincentmr Sep 13, 2023
1caa0d8
Merge branch 'master' into feature/docker
vincentmr Sep 13, 2023
736fc16
wget --progress.
vincentmr Sep 13, 2023
84098a2
Update docker/README.md
vincentmr Sep 15, 2023
44ef199
Merge branch 'master' into feature/docker
vincentmr Sep 15, 2023
3b97c75
Auto update version
github-actions[bot] Sep 15, 2023
b9f15b3
trigger CI
vincentmr Sep 15, 2023
34a0efb
Add GCC_VERSION build arg.
vincentmr Sep 19, 2023
1708c99
Auto update version
github-actions[bot] Sep 19, 2023
853bf81
Download lightning in base-build-python. Build LQubit without Kokkos.
vincentmr Sep 19, 2023
e477c69
Add PL versions docker.
vincentmr Sep 20, 2023
d292fe7
Auto update version
github-actions[bot] Sep 20, 2023
57bd92e
Merge branch 'master' into feature/docker
vincentmr Sep 20, 2023
c35f6a2
Change CUDA/ROCM ARGs for installer urls. Clear *.deb after install.
vincentmr Sep 20, 2023
08bc65d
Merge branch 'master' into feature/docker
vincentmr Sep 22, 2023
7dc9718
Auto update version
github-actions[bot] Sep 22, 2023
6d0c660
Ship wheel-lightning-kokkos-rocm on top of rocm/dev-ubuntu-22.04.
vincentmr Sep 22, 2023
0f585ba
Merge remote-tracking branch 'origin/master' into feature/docker
vincentmr Sep 22, 2023
0a8e389
Auto update version
github-actions[bot] Sep 22, 2023
fcc5a32
Add rocm/dev-ubuntu-22.04 tag.
vincentmr Sep 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Auto update version
  • Loading branch information
github-actions[bot] committed Sep 22, 2023
commit 7dc9718f35dcdc4760c7e00831c4a2a208e06a3d
2 changes: 1 addition & 1 deletion pennylane_lightning/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.33.0-dev13"
__version__ = "0.33.0-dev14"