Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -5,8 +5,8 @@ WORKDIR /code
|
|
| 5 |
COPY ./requirements.txt /code/requirements.txt
|
| 6 |
|
| 7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 8 |
-
RUN pip install --no-cache-dir --upgrade
|
| 9 |
-
RUN pip install --no-cache-dir --upgrade
|
| 10 |
|
| 11 |
RUN useradd -m -u 1000 user
|
| 12 |
|
|
|
|
| 5 |
COPY ./requirements.txt /code/requirements.txt
|
| 6 |
|
| 7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 8 |
+
RUN pip install --no-cache-dir --upgrade 'crewai[tools]'
|
| 9 |
+
RUN pip install --no-cache-dir --upgrade crewai
|
| 10 |
|
| 11 |
RUN useradd -m -u 1000 user
|
| 12 |
|