Skip to content

Commit 263bcc4

Browse files
committed
fixed error of numpy version
1 parent 88adc37 commit 263bcc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ RUN cd /tmp && \
166166
echo "library_dirs = /opt/intel/compilers_and_libraries_2020.3.279/linux/mkl/lib/intel64" >> site.cfg && \
167167
echo "mkl_libs = mkl_rt" >> site.cfg && \
168168
echo "lapack_libs =" >> site.cfg && \
169-
python3 -m pip install -U --no-cache-dir /tmp/numpy-{NUMPY_VERSION}-cp36-cp36m-linux_x86_64.whl && \
169+
python3 -m pip install -U --no-cache-dir /tmp/numpy-${NUMPY_VERSION}-cp36-cp36m-linux_x86_64.whl && \
170170
python3 setup.py install
171171

172172
RUN python3 -m pip install pip --no-cache-dir \

0 commit comments

Comments
 (0)