h-sam
Build-Deploy-Actions
Details
Build-Deploy-Actions
Details
This commit is contained in:
parent
4065b557aa
commit
c089edb89f
|
@ -5,10 +5,13 @@ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . /app
|
||||
|
||||
COPY requirement.txt /app
|
||||
|
||||
RUN pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY . /app
|
||||
|
||||
|
||||
CMD ["python", "app.py"]
|
||||
|
|
Loading…
Reference in New Issue