Aryanne's picture
Update Dockerfile
671840c verified
raw
history blame contribute delete
401 Bytes
FROM ubuntu
RUN apt update && apt install git build-essential wget python3-pip python3-numpy python3-opencv python3-requests libopencv-dev -y
RUN mkdir /place
WORKDIR ./place
RUN git clone https://github.com/Ar57m/another_fractal_generator/ -b server
RUN chmod -R 777 ./another_fractal_generator
WORKDIR ./another_fractal_generator
RUN bash ./build.sh
CMD python3 ./server.py -port 7860 -d -timeout 60