gordonchan commited on
Commit
ca1225d
1 Parent(s): 020aaa1

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +9 -0
Dockerfile ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ FROM ghcr.io/gordonchanfz/open-model-api-adapt:latest
2
+
3
+
4
+
5
+ COPY . .
6
+
7
+ RUN mkdir /.cache && chmod 777 /.cache
8
+
9
+ CMD ["python", "server.py"]