shopnilk commited on
Commit
d59e8d0
·
verified ·
1 Parent(s): 6268299

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -11,7 +11,9 @@ RUN pip install --no-cache-dir gradio huggingface-hub duckduckgo-search
11
  WORKDIR /
12
 
13
  # 5. Copy your app.py to the root
 
14
  COPY app.py /app.py
 
15
 
16
  # 6. Force Python to see the pre-installed library
17
  ENV PYTHONPATH=/usr/local/lib/python3.10/site-packages
 
11
  WORKDIR /
12
 
13
  # 5. Copy your app.py to the root
14
+
15
  COPY app.py /app.py
16
+ COPY tools.py /tools.py
17
 
18
  # 6. Force Python to see the pre-installed library
19
  ENV PYTHONPATH=/usr/local/lib/python3.10/site-packages