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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ ENV HOME=/home/user \
6
  WORKDIR $HOME/app
7
  COPY --chown=user . $HOME/app
8
  COPY ./requirements2.txt ~/app/requirements2.txt
 
9
  RUN pip install -r requirements2.txt
10
  COPY ./Tiny_Agents/src ~/app/src
11
 
 
6
  WORKDIR $HOME/app
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 ./Tiny_Agents/src ~/app/src
12