Spaces:
Build error
Build error
File size: 535 Bytes
0bd48e6 bc5b0c8 b3862b7 bc5b0c8 b3862b7 bc5b0c8 7274625 bc5b0c8 7274625 89facf2 |
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 |
FROM guillaumeai/ast:pikawill02b
#FROM guillaumeai/ast:kirchner
# RUN apt update
# 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
#RUN pip install -U tensorflow
COPY server.py .
COPY compo-singleone-v1-dev-acc.py .
COPY compo-singleone-v2-dev-acc.py .
EXPOSE 7860
#compo-singleone-v1-dev-acc.py
CMD ["python", "compo-singleone-v2-dev-acc.py"]
|