Spaces:
Runtime error
Runtime error
harishaseebat92 commited on
Commit ·
466a30c
1
Parent(s): 05c3ccc
Corrected Dockerfile
Browse files- Dockerfile +2 -0
- utils/aqc_requirements.txt +61 -0
Dockerfile
CHANGED
|
@@ -60,6 +60,8 @@ RUN python3 -m venv utils/aqc_venv && \
|
|
| 60 |
../utils/aqc_venv/bin/pip install -e ./adapt-aqc && \
|
| 61 |
# 5. Install qiskit_qasm3_import for QASM3 parsing
|
| 62 |
../utils/aqc_venv/bin/pip install qiskit_qasm3_import && \
|
|
|
|
|
|
|
| 63 |
# 6. VERIFY: Print ALL installed packages
|
| 64 |
echo "=== ALL aqc_venv packages ===" && \
|
| 65 |
/home/user/app/utils/aqc_venv/bin/pip list && \
|
|
|
|
| 60 |
../utils/aqc_venv/bin/pip install -e ./adapt-aqc && \
|
| 61 |
# 5. Install qiskit_qasm3_import for QASM3 parsing
|
| 62 |
../utils/aqc_venv/bin/pip install qiskit_qasm3_import && \
|
| 63 |
+
# 2. Install EXACT versions from aqc_requirements.txt FIRST
|
| 64 |
+
utils/aqc_venv/bin/pip install -r utils/aqc_requirements.txt && \
|
| 65 |
# 6. VERIFY: Print ALL installed packages
|
| 66 |
echo "=== ALL aqc_venv packages ===" && \
|
| 67 |
/home/user/app/utils/aqc_venv/bin/pip list && \
|
utils/aqc_requirements.txt
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
asteval==1.0.7
|
| 2 |
+
attrs==25.4.0
|
| 3 |
+
certifi==2025.11.12
|
| 4 |
+
cffi==2.0.0
|
| 5 |
+
charset-normalizer==3.4.4
|
| 6 |
+
cirq-core==1.6.1
|
| 7 |
+
colorama==0.4.6
|
| 8 |
+
contourpy==1.3.3
|
| 9 |
+
cryptography==46.0.3
|
| 10 |
+
cycler==0.12.1
|
| 11 |
+
deprecation==2.1.0
|
| 12 |
+
dill==0.4.0
|
| 13 |
+
duet==0.2.9
|
| 14 |
+
fonttools==4.61.0
|
| 15 |
+
h5py==3.15.1
|
| 16 |
+
idna==3.11
|
| 17 |
+
joblib==1.5.2
|
| 18 |
+
kiwisolver==1.4.9
|
| 19 |
+
lmfit==1.3.4
|
| 20 |
+
matplotlib==3.10.7
|
| 21 |
+
mpmath==1.3.0
|
| 22 |
+
networkx==3.6.1
|
| 23 |
+
numpy==1.26.4
|
| 24 |
+
openfermion==1.7.1
|
| 25 |
+
openqasm3==1.0.1
|
| 26 |
+
packaging==25.0
|
| 27 |
+
pandas==2.3.3
|
| 28 |
+
physics-tenpy==1.0.7
|
| 29 |
+
pillow==12.0.0
|
| 30 |
+
psutil==7.1.3
|
| 31 |
+
PubChemPy==1.0.5
|
| 32 |
+
pycparser==2.23
|
| 33 |
+
pyparsing==3.2.5
|
| 34 |
+
pyspnego==0.12.0
|
| 35 |
+
python-dateutil==2.9.0.post0
|
| 36 |
+
pytz==2025.2
|
| 37 |
+
PyYAML==6.0.3
|
| 38 |
+
qiskit==1.3.1
|
| 39 |
+
qiskit-aer==0.16.4
|
| 40 |
+
qiskit-algorithms==0.4.0
|
| 41 |
+
qiskit-experiments==0.6.1
|
| 42 |
+
qiskit-ibm-experiment==0.4.8
|
| 43 |
+
qiskit-qasm3-import==0.6.0
|
| 44 |
+
requests==2.32.5
|
| 45 |
+
requests_ntlm==1.3.0
|
| 46 |
+
rustworkx==0.17.1
|
| 47 |
+
scikit-learn==1.8.0
|
| 48 |
+
scipy==1.16.3
|
| 49 |
+
six==1.17.0
|
| 50 |
+
sortedcontainers==2.4.0
|
| 51 |
+
sspilib==0.5.0
|
| 52 |
+
stevedore==5.6.0
|
| 53 |
+
symengine==0.13.0
|
| 54 |
+
sympy==1.14.0
|
| 55 |
+
threadpoolctl==3.6.0
|
| 56 |
+
tqdm==4.67.1
|
| 57 |
+
typing_extensions==4.15.0
|
| 58 |
+
tzdata==2025.2
|
| 59 |
+
uncertainties==3.2.3
|
| 60 |
+
urllib3==2.6.1
|
| 61 |
+
websocket-client==1.9.0
|