Tuchuanhuhuhu commited on
Commit
e075ef0
·
1 Parent(s): 968cb26

为3.0版本更新dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -2,6 +2,7 @@ FROM python:3.9 as builder
2
  RUN apt-get update && apt-get install -y build-essential
3
  COPY requirements.txt .
4
  RUN pip install --user -r requirements.txt
 
5
 
6
  FROM python:3.9
7
  MAINTAINER iskoldt
 
2
  RUN apt-get update && apt-get install -y build-essential
3
  COPY requirements.txt .
4
  RUN pip install --user -r requirements.txt
5
+ RUN pip install --user -r requirements_advanced.txt
6
 
7
  FROM python:3.9
8
  MAINTAINER iskoldt