Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,6 +8,6 @@ COPY --chown=user . $HOME/app
|
|
8 |
COPY ./requirements2.txt ~/app/requirements2.txt
|
9 |
RUN git clone https://github.com/PanoEvJ/Tiny_Agents.git
|
10 |
RUN pip install -r requirements2.txt
|
11 |
-
COPY ./
|
12 |
|
13 |
CMD ["chainlit", "run", "src/UI/app.py", "--port", "7860"]
|
|
|
8 |
COPY ./requirements2.txt ~/app/requirements2.txt
|
9 |
RUN git clone https://github.com/PanoEvJ/Tiny_Agents.git
|
10 |
RUN pip install -r requirements2.txt
|
11 |
+
COPY ./src ~/app/src
|
12 |
|
13 |
CMD ["chainlit", "run", "src/UI/app.py", "--port", "7860"]
|