AnimalMonk commited on
Commit
fa1dc87
·
verified ·
1 Parent(s): a1d19aa

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ COPY requirements.txt .
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY app.py .
 
9
 
10
  EXPOSE 7860
11
 
 
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY app.py .
9
+ COPY sAI.png .
10
 
11
  EXPOSE 7860
12