Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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
|
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
|