iamrobotbear commited on
Commit
422d74a
·
1 Parent(s): 470d38a

add dockerfile

Browse files
Files changed (1) hide show
  1. DOCKERFILE +7 -0
DOCKERFILE ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ENV DEBIAN_FRONTEND noninteractive
2
+
3
+ RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3
4
+
5
+ RUN pip3 install --upgrade pip
6
+ RUN pip install gradio==3.17.0
7
+