rein0421 commited on
Commit
b52e300
·
verified ·
1 Parent(s): 1354e2b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ COPY . .
11
  RUN apt-get update && \
12
  apt-get install -y cmake && \
13
  pip install --no-cache-dir --upgrade pip && \
14
- pip install --no-cache-dir dlib==19.24.2 && \
15
  pip install --no-cache-dir --upgrade -r /app/requirements.txt
16
 
17
  # パーミッションの問題を避けるため、ユーザーを作成
 
11
  RUN apt-get update && \
12
  apt-get install -y cmake && \
13
  pip install --no-cache-dir --upgrade pip && \
14
+ pip install --no-cache-dir --find-links https://github.com/trolltroll/python-dlib-wheels/releases/tag/v19.24.2 dlib==19.24.2 && \
15
  pip install --no-cache-dir --upgrade -r /app/requirements.txt
16
 
17
  # パーミッションの問題を避けるため、ユーザーを作成