Skip to content

Commit a85d143

Browse files
update dockerfiles
1 parent 8538e7a commit a85d143

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.dockerignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@
1212
**/*.outdated
1313
**/*.result
1414
**/*.results
15-
**/*.data
15+
**/*.data
16+
**/*.egg-info
17+
**/*examples-ng

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ COPY requirements/requirements-docker.txt /app/requirements-docker.txt
3333

3434
RUN pip install -r /app/requirements-docker.txt
3535

36-
RUN pip install jaxlib==0.3.2+cuda11.cudnn805 -f https://storage.googleapis.com/jax-releases/jax_releases.html
36+
RUN pip install jaxlib==0.3.2+cuda11.cudnn805 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
3737

3838
RUN pip install -U git+https://github.com/jcmgray/cotengra.git
3939

requirements/requirements-docker.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ qiskit
2121
openfermion
2222
quimb
2323
openfermionpyscf
24+
pennylane
25+
# tensorflow_quantum==0.6.1
26+
mthree
27+
mitiq
2428
# below is for development
25-
mypy==0.782
29+
mypy==0.982
2630
pytest
2731
pytest-cov
2832
pytest-benchmark
@@ -36,5 +40,3 @@ nbsphinx
3640
furo
3741
myst-parser
3842
pylint
39-
pennylane
40-
tensorflow_quantum==0.6.1

0 commit comments

Comments
 (0)