File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ COPY . /tmp/aider
40
40
41
41
# Install dependencies as root
42
42
RUN /venv/bin/python -m pip install --upgrade --no-cache-dir pip && \
43
- /venv/bin/python -m pip install --no-cache-dir /tmp/aider[help,browser,playwright] \
43
+ /venv/bin/python -m pip install --no-cache-dir /tmp/aider[help,browser,playwright] boto3 \
44
44
--extra-index-url https://download.pytorch.org/whl/cpu && \
45
45
rm -rf /tmp/aider
46
46
@@ -64,7 +64,7 @@ COPY . /tmp/aider
64
64
65
65
# Install dependencies as root
66
66
RUN /venv/bin/python -m pip install --upgrade --no-cache-dir pip && \
67
- /venv/bin/python -m pip install --no-cache-dir /tmp/aider[playwright] \
67
+ /venv/bin/python -m pip install --no-cache-dir /tmp/aider[playwright] boto3 \
68
68
--extra-index-url https://download.pytorch.org/whl/cpu && \
69
69
rm -rf /tmp/aider
70
70
You can’t perform that action at this time.
0 commit comments