chenchaoyun commited on
Commit ·
83913e1
1
Parent(s): 51d186e
fix: web
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -47,7 +47,7 @@ RUN mkdir -p /opt/data/chinese_celeb_dataset /opt/data/faiss /opt/data/models /
|
|
| 47 |
WORKDIR /app
|
| 48 |
COPY requirements.txt .
|
| 49 |
COPY *.py /app/
|
| 50 |
-
COPY facelist-web /app/facelist-web
|
| 51 |
|
| 52 |
# 安装必要的系统工具和依赖
|
| 53 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
|
|
| 47 |
WORKDIR /app
|
| 48 |
COPY requirements.txt .
|
| 49 |
COPY *.py /app/
|
| 50 |
+
# COPY facelist-web /app/facelist-web
|
| 51 |
|
| 52 |
# 安装必要的系统工具和依赖
|
| 53 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|