osamabyc86 commited on
Commit
d1abaf9
·
verified ·
1 Parent(s): 1c994ed

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +10 -0
Dockerfile CHANGED
@@ -6,3 +6,13 @@ COPY . /app
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  CMD ["python", "app.py"]
 
 
 
 
 
 
 
 
 
 
 
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  CMD ["python", "app.py"]
9
+
10
+ ---
11
+ title:offload
12
+ emoji: 🧠
13
+ colorFrom: gray
14
+ colorTo: green
15
+ sdk: docker
16
+ app_file: app.py
17
+ pinned: false
18
+ ---