|
|
@ -18,6 +18,7 @@ COPY requirements.txt . |
|
|
|
|
|
|
|
|
RUN pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple |
|
|
RUN pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple |
|
|
|
|
|
|
|
|
|
|
|
RUN rm -rf /app/config.py |
|
|
COPY . . |
|
|
COPY . . |
|
|
|
|
|
|
|
|
RUN mkdir -p /opt/alert/model-lab \ |
|
|
RUN mkdir -p /opt/alert/model-lab \ |
|
|
|