Farid Karimli
commited on
Commit
·
94af6a6
1
Parent(s):
a6bb807
Chainlit fixed version
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,8 +3,8 @@ FROM python:3.11
|
|
3 |
WORKDIR /code
|
4 |
|
5 |
RUN pip install --upgrade pip
|
6 |
-
|
7 |
RUN pip install --no-cache-dir edubotics_core
|
|
|
8 |
|
9 |
COPY . /code
|
10 |
|
|
|
3 |
WORKDIR /code
|
4 |
|
5 |
RUN pip install --upgrade pip
|
|
|
6 |
RUN pip install --no-cache-dir edubotics_core
|
7 |
+
RUN pip install chainlit==1.1.402
|
8 |
|
9 |
COPY . /code
|
10 |
|