cmagganas commited on
Commit
ea042b6
1 Parent(s): aeb57f7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ 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 ./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
+ RUN cd Tiny_Agents
12
  COPY ./src ~/app/src
13
 
14
  CMD ["chainlit", "run", "src/UI/app.py", "--port", "7860"]