nakas commited on
Commit
7ae98fd
·
verified ·
1 Parent(s): 9530746

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -17,8 +17,6 @@ RUN pip install --no-cache-dir -r requirements.txt
17
  # Copy application files
18
  COPY app.py .
19
  COPY utils.py .
20
- COPY templates/ templates/
21
- COPY static/ static/
22
 
23
  # Environment variables will be set in the Hugging Face Space UI
24
  # OPENAI_API_KEY should be added as a secret
 
17
  # Copy application files
18
  COPY app.py .
19
  COPY utils.py .
 
 
20
 
21
  # Environment variables will be set in the Hugging Face Space UI
22
  # OPENAI_API_KEY should be added as a secret