Fix typo in Dockerfile (#2648)
Summary: necesary -> necessary Pull Request resolved: https://github.com/facebookresearch/faiss/pull/2648 Reviewed By: alexanderguzhva Differential Revision: D42805978 Pulled By: mlomeli1 fbshipit-source-id: 1d640918dfe85e79856b18ce718fb26bbb0c6a92pull/2247/head^2
parent
bff0b156be
commit
93cc1d7925
|
@ -13,7 +13,7 @@ ENV LD_PRELOAD /usr/lib64/libgomp.so.1:/opt/intel/mkl/lib/intel64/libmkl_def.so:
|
|||
# Install necessary build tools
|
||||
RUN yum install -y gcc-c++ make swig3
|
||||
|
||||
# Install necesary headers/libs
|
||||
# Install necessary headers/libs
|
||||
RUN yum install -y python-devel numpy
|
||||
|
||||
COPY . /opt/faiss
|
||||
|
|
Loading…
Reference in New Issue