qiskit-community / qiskit-alt

High-performance Qiskit features backed by Julia. A Python front end to algorithms using Pauli and Fermionic operators implemented in Julia.
Apache License 2.0
13 stars 2 forks source link

make docker building script more flexible #27

Open jlapeyre opened 2 years ago

jlapeyre commented 2 years ago

The following script for building and running the docker container takes just one argument, which is the action to take

https://github.com/Qiskit-Extensions/qiskit-alt/blob/main/docker_tests/run_dockerfile.sh

It could use another argument, the name or revision of the container, so you can build one for a different branch. Might be better to switch to a python script.

MozammilQ commented 2 years ago

Might be better to switch to a python script.

I am working on the python script. :smile:

garrison commented 2 years ago

Is there anything left to do here beyond #30 and #36?

Related to this issue, I've been considering whether Earthly might be a good fit for testing and deploying qiskit-alt.

jlapeyre commented 2 years ago

No, I think there's nothing more. I don't no anything about Earthly. But if it is easy to run locally, that's attractive.