pragnakalp commited on
Commit
d9a45fa
·
verified ·
1 Parent(s): 77e775a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -43,7 +43,7 @@ RUN git clone https://github.com/davisking/dlib.git && \
43
  cmake .. -DDLIB_USE_CUDA=0 -DUSE_AVX_INSTRUCTIONS=1 && \
44
  cmake --build . && \
45
  cd .. && \
46
- python3 setup.py install --no USE_AVX_INSTRUCTIONS --no-DLIB_USE_CUDA
47
 
48
  # Install Python packages (excluding dlib since we installed it separately)
49
  RUN pip install git+https://github.com/One-sixth/fairseq.git --break-system-packages
 
43
  cmake .. -DDLIB_USE_CUDA=0 -DUSE_AVX_INSTRUCTIONS=1 && \
44
  cmake --build . && \
45
  cd .. && \
46
+ DLIB_USE_CUDA=0 USE_AVX_INSTRUCTIONS=1 python3 setup.py install
47
 
48
  # Install Python packages (excluding dlib since we installed it separately)
49
  RUN pip install git+https://github.com/One-sixth/fairseq.git --break-system-packages