We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1264b76 commit 03623c6Copy full SHA for 03623c6
docker/build/cudaq.dev.Dockerfile
@@ -35,7 +35,7 @@ ARG QUTIP_WHEEL
35
36
# Install qutip from the wheel if provided
37
RUN if [ -n "$QUTIP_WHEEL" ]; then \
38
- pip install $(ls $QUTIP_WHEEL); \
+ pip install $(echo $QUTIP_WHEEL); \
39
else \
40
pip install qutip; \
41
fi
docker/release/cudaq.Dockerfile
@@ -71,7 +71,7 @@ ARG QUTIP_WHEEL
71
72
73
74
75
76
77
0 commit comments