Skip to content

Commit

Permalink
yes option is deprecated...
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere committed Sep 6, 2023
1 parent 889b333 commit c9cfce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-gpu/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ RUN git clone --depth 1 --branch 'master' https://github.com/davisking/dlib.git
cmake .. -DDLIB_USE_CUDA=1 -DUSE_AVX_INSTRUCTIONS=1 -DLIB_NO_GUI_SUPPORT=0 && \
cmake --build . && \
cd /tmp/builds/dlib && \
python3 setup.py install --no USE_AVX_INSTRUCTIONS --yes DLIB_USE_CUDA --no USE_SSE4_INSTRUCTIONS && \
python3 setup.py install --no USE_AVX_INSTRUCTIONS --no USE_SSE4_INSTRUCTIONS && \
rm -rf /tmp/builds/*

# Download pretrained models
Expand Down

0 comments on commit c9cfce4

Please sign in to comment.