Farid Karimli
commited on
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -4,8 +4,8 @@ WORKDIR /code
|
|
4 |
|
5 |
RUN pip install --upgrade pip
|
6 |
RUN pip install --no-cache-dir edubotics_core
|
7 |
-
RUN pip install chainlit
|
8 |
-
RUN pip install literalai
|
9 |
|
10 |
COPY . /code
|
11 |
|
|
|
4 |
|
5 |
RUN pip install --upgrade pip
|
6 |
RUN pip install --no-cache-dir edubotics_core
|
7 |
+
RUN pip install chainlit
|
8 |
+
RUN pip install literalai
|
9 |
|
10 |
COPY . /code
|
11 |
|