File size: 814 Bytes
5f0c24c
eea8147
5f0c24c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
eea8147
5f0c24c
 
4125ecd
904f32a
5f0c24c
 
 
 
 
 
 
 
 
 
eea8147
 
9672c1c
 
 
 
 
 
 
fef54e6
eea8147
e680d0e
9672c1c
 
 
5f83a7a
3dc6918
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# # FROM python:3.9

# FROM ampervue/ffmpeg  

# RUN apt update && apt install -y libgl1-mesa-glx


# ENV IMAGEMAGICK_BINARY=convert

# # RUN apt upgrade -y

# RUN pip install -U pip
# # #RUN pip install -U pyyaml
# # RUN pip install -U runway-python 
# # #runway --force-reinstall
# # #RUN pip install -U tensorflow


# COPY requirements.txt .
# RUN pip install -r requirements.txt

# COPY . .



# EXPOSE 7860

# #compo-singleone-v1-dev-acc.py
# CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]










FROM ampervue/ffmpeg  

ENV IMAGEMAGICK_BINARY=convert

# RUN apt upgrade -y

RUN pip install -U pip

COPY requirements.txt .
RUN pip install -r requirements.txt

COPY . .



EXPOSE 7860

#compo-singleone-v1-dev-acc.py
CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]