Aryanne commited on
Commit
de2b2fa
·
verified ·
1 Parent(s): 1c013e1

Upload 2 files

Browse files
Files changed (2) hide show
  1. Dockerfile.txt +9 -0
  2. README (2).md +11 -0
Dockerfile.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ FROM ubuntu
2
+ RUN apt update && apt install git build-essential wget python3-pip python3-numpy python3-opencv python3-requests libopencv-dev -y
3
+ RUN mkdir /place
4
+ WORKDIR ./place
5
+ RUN git clone https://github.com/Ar57m/another_fractal_generator/ -b server
6
+ RUN chmod -R 777 ./another_fractal_generator
7
+ WORKDIR ./another_fractal_generator
8
+ RUN bash ./build.sh --octo
9
+ CMD python3 ./server.py -port 7860 -d -timeout 60
README (2).md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Another Fractal Generator
3
+ emoji: ❄️
4
+ colorFrom: pink
5
+ colorTo: blue
6
+ sdk: docker
7
+ pinned: true
8
+ license: gpl-3.0
9
+ ---
10
+
11
+ Testing my fractal generator https://github.com/Ar57m/another_fractal_generator/tree/server