as-cle-bert commited on
Commit
bb244ef
·
verified ·
1 Parent(s): 829ca47

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # Use an official Python runtime as a parent image
2
+ FROM astrabert/blast-summaraizer:latest
3
+
4
+ EXPOSE 7860
5
+
6
+ ENTRYPOINT [ "python3", "app.py" ]