Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -6,8 +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 ./src ~/app/src
|
10 |
-
# COPY ./data/KingLear.txt ~/app/data/KingLear.txt
|
11 |
|
12 |
RUN pip install -r requirements2.txt
|
13 |
|
|
|
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 |
|