cmagganas commited on
Commit
f70883e
1 Parent(s): 5809559

Update Dockerfile

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