Merge pull request #7 from tools4ds/retargeting
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 |
|