We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88adc37 commit 263bcc4Copy full SHA for 263bcc4
commons/Dockerfile.base
@@ -166,7 +166,7 @@ RUN cd /tmp && \
166
echo "library_dirs = /opt/intel/compilers_and_libraries_2020.3.279/linux/mkl/lib/intel64" >> site.cfg && \
167
echo "mkl_libs = mkl_rt" >> site.cfg && \
168
echo "lapack_libs =" >> site.cfg && \
169
- python3 -m pip install -U --no-cache-dir /tmp/numpy-{NUMPY_VERSION}-cp36-cp36m-linux_x86_64.whl && \
+ python3 -m pip install -U --no-cache-dir /tmp/numpy-${NUMPY_VERSION}-cp36-cp36m-linux_x86_64.whl && \
170
python3 setup.py install
171
172
RUN python3 -m pip install pip --no-cache-dir \
0 commit comments