cmagganas commited on
Commit
aeb57f7
·
1 Parent(s): 9c48483

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 ./Tiny_Agents/src ~/app/src
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"]